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
Difference between web user control and web custom control?
What is windows active directory authentication?
how to elimainte the similar data from the different tables
Can a master page have more than one contentplaceholder?
Is asp.net a programming language or framework?
From which base class all web forms are inherited?
What is the asp.net mvc folder conventions? : asp.net mvc
Explain how to prepare culture-specific formatting in .net.
What are the new login controls in asp.net 2.0?
How you can return View from ASP.NET Web API method?
What are the types of validation in asp net?
Does asp.net still recognize the global.asa file?
Explain the difference between the web config and machine config.
How can you handle exceptions in asp.net?
How do I use response redirect?