How do i use webhooks with asp.net servers?

Hello,

I am looking to get a database online from the Webhooks I made. Would anyone be able to tell me how to view the Webhooks on my website?

I currently use Hostgator and would like to use asp.net to get my Webhooks.

The site is generated by https://api.particle.io/v1/devices/{{device_id}}/analogvalue?access_token={{access token}}

Unfortunately, I need a better way to view the data, specifically a database.
Previous steps taken to store data:

  1. Use Microsoft Visual Studio firefox plugin to save data
  2. Data gets saved to SQL server

Needed after asp.net help

  1. Send webhook to cloud database
  2. Store and manage the result data.