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

Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

546


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1610


Describe the diffeerence between inline and code behind?

507


Define msil.

539


Define machine.config in .net?

549






Where would you use an ihttpmodule, and what are the limitations if any?

517


What are tuples?

537


Give me one example of Web API Routing?

597


How to you can limit Access to Web API to Specific HTTP Verb?

659


What is the concepts of globalization and localization in .net?

526


What is the file through which you can customize your asp.net application?

541


Explain server-side scripting?

568


Can you change a Master Page dynamically at runtime?

572


What is the function used for removing an event listener?

542


What is asp net_sessionid?

635