This tutorial will take you through the ENTIRE process of creating a web hook receiver in VB and ASP.NET. It can be easily ported to C#, if you're not old like me.
It's safe to say that this tutorial does not exist anywhere on the internet. I've looked.
I'm going to code two of them in the next few days, this first one will receive a webhook sent from www.github.com, because it's easy, and easy to test repeatedly. I can just click a button on Github and it will send my webhook over and over.
The second one will be using the 'custom' API, it's going to come from a national bank.
Step one is included here, in the 'teaser' section, because many of you are not subscribers and I want you to know that I'm EASILY going to save you days of work here. I just spent 3 days figuring this out.
So...
Step 1:
Create a new ASP.NET Web Application (.NET Framework) (mine is in VB, but it can be easily ported to C#)
Step 2 is below.