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
How many web.config files can I have in an application?
Can you use Web API with ASP.NET Web Form?
What is difference between cache and session?
To wrap up a call to a Web service the standard used is..?
Where would you use an ihttpmodule, and what are the limitations of any?
What are the different method of navigation in asp.net?
What is server side in asp.net?
Explain automatic memory management in .net.
Can we use a static function with a non-static variable?
Define satellite assemblies.
What is application and session in asp.net?
Is asp.net web forms dead?
What is the difference between debug and release?
How can you handle errors in Web API?
What is server infrastructure & server components?