Browse by Tags

All Tags » HttpHandler (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...

Creating an HttpHandler to handle request of your own extension by Jalpesh P. Vadgama

I have already posted about http handler in details before some time here . Now let’s create an http handler which will handle my custom extension. For that we need to create a http handlers class which will implement Ihttphandler. As we are implementing...
Filed under: , ,
More Posts