2

Can we implement asp.net web-hooks in web-form based application having framework .NET 4.5?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Harshit
  • 397
  • 2
  • 6
  • 17

1 Answers1

0

Yes, you can. The samples [1] should generally work with WebForms as well. Let me know how it goes!

Henrik

[1] https://github.com/aspnet/WebHooks/tree/master/samples

Henrik Frystyk Nielsen
  • 3,092
  • 1
  • 19
  • 17
  • Thanks alot @Henrik ,Sure I will :) may i know about CustomSender and CustomReceivers sample?and the sample[1] is AzureReceivers ? – Harshit Jul 20 '16 at 17:25
  • Hi @Henrik, Do i need to create custom receivers for webform ?I checked for slack receivers its not working in asp.net weforms :( – Harshit Jul 21 '16 at 10:01