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

Explain some of the major built-in objects in asp.net

609


Describe paging in asp.net?

676


Explain about Multi-Language integration?

602


Which is an advantage of application service providers?

495


Why we use asp.net for website development?

499






What is clickid?

561


What is the compiled object?

1646


How to find out what version of asp.net I am using on my machine?

583


Write code to send e-mail from an asp.net application?

550


What is the best Macanism to clear the Cache in asp.net

714


What is a reflection?

586


What are assemblies and namespaces and explain the difference between them ?

570


How is session id generated?

457


Is asp.net 64-bit enabled? How?

592


How does asp page work?

550