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

What is the size of Get method and how much data it can store?

566


Is asp.net and .net are same or different?

525


What do you mean by query string?

518


Mention few asp.net validators.

576


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

538






Name the two properties are on every validation control?

543


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

565


Which is better union or union all?

562


What are tuples?

541


What is postback pixel?

521


What is sql data source control in asp.net?

573


Why is the standalone environment only useful during the development process?

1341


What is a SESSION and APPLICATION object?

578


What do you understand by aggregate dependency?

615


Explain server control extensibility with reference to asp.net 2.0 ?

545