1
Reply

What is the role of HTTP-Handler in ASP.NET ?

Manikavelu Velayutham

Manikavelu Velayutham

Dec 09, 2010
9.4k
0

    HTTP Handlers handles the user request for web application resource.They are for the request- response model of the web applications.For each request there is a handler to handle the request and send back the corresponding response object.So,this is the role of HTTP Handler in asp.net

    sarika jain
    February 09, 2011
    1