Browse by Tags

All Tags » Generic Handler (RSS)

Difference between generic handler and http handler- ASP.NET by Jalpesh P. Vadgama

Generic handler: As per MSDN Generic Handler is a default handler which will have @webhandler directive and has .ashx extension this generic handler is not having UI but it provides response when ever any request made to this handler. HTTP Handler: HTTP...
More Posts