What is Http handler?

Answer Posted / xander

when the incoming zHTTP request is processed by the This
PageHandler factory it creates a instance of HTTPHandler
class.HTTPHandler are >net components responsible for
serving HTTP requests.These comp inherit from IHTTPHandler
interfaces and have 2 methods
(Isreusable,ProcessRequest).The processrequest method id
the heart of the HTTPhandler class and repsonsible for
processing requests.The Isreusable method checks whether
ths instance created by the Pagehandlerfactory can be used
again to server these type f requests.

Once the processing is completed ,the HTTPHANdler compiles
the code and generates the corresponding output and returns
it to the browser

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is an object pool required?

805


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2567


What are the disadvantages of using session?

680


Can you explain one critical mapping?

735


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

835


Explain State management in asp.net

801


What are the differences between clr & cts?

727


What is difference between abstract class and an interface?

697


witch is the best insistute in sharpoint course.what abt future of share point course.

2952


What does uri mean?

693


What is server side in asp.net?

698


Difference between Response.redirect vs server.transfer?

852


What is query string with example?

708


How does session work?

691


Where is the view state data stored in asp net?

768