What are Http handler ?

Answer Posted / vikas kant

HTTP handlers are the .NET components that implement the
System.Web.IHttpHandler interface, they can act as a target
for the incoming HTTP requests and can be called directly
by using their file name in the URL.
HTTP handlers implement the following two methods:
1) ProcessRequest: called to process http requests and
2) IsReusable which indicates whether this instance of http
handler can be reused for fulfilling another requests of
the same type.

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many languages are supported by .NET at present time?

392


What are the various ways to send content from one page to another?

609


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

582


Explain exception handling in .net.

701


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

599






Why do we use sessions?

675


What types of data validation events are commonly seen in the client-side form validation?

662


Explain the disadvantages of viewstate?

657


Describe the difference between inline and code behind - which is best in?

604


Explain what are the advantages of asp.net mvc framework? : asp.net mvc

603


Why do we use web config?

603


What are the asp.net security controls?

661


What does passport and windows authentication mean in ASP.NET?

747


Why mvc is better than asp.net? : Asp.Net MVC

558


What is asp.net globalization?

584