Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIs there a control that displays a PDF and submits the pdf back to the server? Pin
Michael Clinton11-Apr-17 9:18
Michael Clinton11-Apr-17 9:18 
AnswerRe: Is there a control that displays a PDF and submits the pdf back to the server? Pin
ChetanAhire17-Apr-17 1:29
ChetanAhire17-Apr-17 1:29 
QuestionWriting multiple records to a binary file, reading the file records so I can add a record and write Pin
jkirkerx10-Apr-17 10:41
professionaljkirkerx10-Apr-17 10:41 
AnswerRe: Writing multiple records to a binary file, reading the file records so I can add a record and write Pin
jkirkerx10-Apr-17 11:38
professionaljkirkerx10-Apr-17 11:38 
QuestionXPagedList, StaticPageList, View, looping items with foreach, loops all the items and not the paginated ones Pin
jkirkerx10-Apr-17 9:17
professionaljkirkerx10-Apr-17 9:17 
AnswerRe: XPagedList, StaticPageList, View, looping items with foreach, loops all the items and not the paginated ones [solved] Pin
jkirkerx10-Apr-17 9:26
professionaljkirkerx10-Apr-17 9:26 
QuestionChange a color of single data labels in graph using crystal reports Pin
Member 1145200410-Apr-17 0:19
Member 1145200410-Apr-17 0:19 
QuestionWebhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 6:39
cotsjdixon31-Mar-17 6:39 
I have been trying to build a webhook receiver and I can't find a single page that takes you through all the steps of creating and configuring a receiver webhook. First, I want to use my own website to be the receiving site (URI) - not Azure. I found what looked like something I could use as a starting point in a tutorial that shows how to set up a webhook using MS ASP.Net Receiver found in NuGet. I decided to use Bitbucket assuming that the receiving logic would be the same no matter what application to get it from. In my case I am receiving from JIRA and all I want is just the body JSON package returned - I will parse it myself. I have used Requestb.In to look at the message and I know it is being sent properly.

So I created the Bitbucket solution and published it to my website. I believe I set up all of the code and URL/URI data within that so I could try to receive it. In the tutorial, they put a breakpoint into the solution and magically it breaks when the trigger is set.

I thought I had done the same, but mine never breaks. I have to assume that my receiver isn't listening. I have no idea what I need to configure within IIS or the server to make it listen. I also don't know how to make the debugger point to my server instead of Azure.

If I am going about this all wrong please let me know. I am sure I am missing the important part of how to get the server to receive the hook message.

I know I am probably leaving out detail, but since I am at a loss as to what to do you can assume I need to start from scratch and I am in fact a complete novice when it comes to webhooks (and a lot of web stuff).
AnswerRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 7:41
mveRichard Deeming31-Mar-17 7:41 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 7:44
cotsjdixon31-Mar-17 7:44 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 7:47
mveRichard Deeming31-Mar-17 7:47 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 7:53
cotsjdixon31-Mar-17 7:53 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 8:26
mveRichard Deeming31-Mar-17 8:26 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 8:29
mveRichard Deeming31-Mar-17 8:29 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 8:44
cotsjdixon31-Mar-17 8:44 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 8:47
mveRichard Deeming31-Mar-17 8:47 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon31-Mar-17 9:03
cotsjdixon31-Mar-17 9:03 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming31-Mar-17 9:07
mveRichard Deeming31-Mar-17 9:07 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon6-Apr-17 8:09
cotsjdixon6-Apr-17 8:09 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming6-Apr-17 8:15
mveRichard Deeming6-Apr-17 8:15 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
cotsjdixon6-Apr-17 8:35
cotsjdixon6-Apr-17 8:35 
GeneralRe: Webhook receiver from the ground up using ASP.NET? Pin
Richard Deeming6-Apr-17 9:08
mveRichard Deeming6-Apr-17 9:08 
QuestionHow to upload excel sheet (.xlxs) to sql server 2012 with vb.net and asp.net Pin
Bocus Iqbal31-Mar-17 1:39
Bocus Iqbal31-Mar-17 1:39 
AnswerRe: How to upload excel sheet (.xlxs) to sql server 2012 with vb.net and asp.net Pin
CHill6031-Mar-17 5:36
mveCHill6031-Mar-17 5:36 
AnswerRe: How to upload excel sheet (.xlxs) to sql server 2012 with vb.net and asp.net Pin
User 41802543-Apr-17 9:07
User 41802543-Apr-17 9:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.