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
Why is an object pool required?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What are the disadvantages of using session?
Can you explain one critical mapping?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Explain State management in asp.net
What are the differences between clr & cts?
What is difference between abstract class and an interface?
witch is the best insistute in sharpoint course.what abt future of share point course.
What does uri mean?
What is server side in asp.net?
Difference between Response.redirect vs server.transfer?
What is query string with example?
How does session work?
Where is the view state data stored in asp net?