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
Explain an object, class and method.
Define a web service in .net?
What are the data controls available in asp.net?
What is viewstate in asp net with example?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is difference between asp state management and asp.net state management?
What are the event handlers that can be included in the Global.asax file?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is a Cookie? Where is it used in ASP.NET?
What is the viewstate in asp.net?
Explain the difference between webfarm and webgardens in .net?
What are the asp.net list controls and difference between them?
Where code pages are used?
How can you dynamically add user controls to a page?
What are the benefits of Razor View?