User283571144 posted
Hi _KRatnakar,
According to your description, I couldn't understand your requirement clearly.
Do you mean you want to develop a webhooks in asp.net 2.0 framework?
As far as I know, the webhooks doesn't support asp.net 2.0.
Microsoft.AspNet.WebHooks.Common's dependencies: Microsoft.AspNet.WebApi.Core (>=
5.2.2)
The Microsoft.AspNet.WebApi.Core needs the framework > 4.0.
We couldn't use webhooks in asp.net 2.0 framework.
If you just want to send the request in the asp.net 2.0 , it could work well.
Best Regards,
Brando