What are Http handler ?

Answer Posted / rajeev kumar singh

Any Class that implements System.Web.IHttpHandler Interface becomes HttpHandler. And this class run as processes in response to a request made to the ASP.NET Site.

The most common handler is an ASP.NET page handler that processes .aspx files. When users request an .aspx file, the request is processed by the page through the page handler(The Class that implements System.Web.IHttpHandler Interface).

You can create your own custom HTTP handlers that render custom output to the browser.

Some ASP.NET default handlers are:
1) Page Handler (.aspx) – Handles Web pages
2) User Control Handler (.ascx) – Handles Web user control pages
3) Web Service Handler (.asmx) – Handles Web service pages
4) Trace Handler (trace.axd) – Handles trace functionality

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define the types of configuration files.

536


What is the equivalent of date() and time() in asp.net?

519


Explain the difference between asp.net mvc and asp.net webforms

587


What is autopostback in dropdownlist in asp net?

537


Is web config mandatory?

542






Explain file-based dependency and key-based dependency.

575


Explain State management in asp.net

631


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1498


What is page fragment caching?

559


How to Separate background image and front image from original picture....

561


What is the use of HttpHandlers? When to use this?

634


What are server objects?

521


What is viewstate parameter?

527


8. Why do you want to work here?

1484


What is cookies cache and session?

550