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 the working of passport authentication.
What are server objects?
8. Why do you want to work here?
Describe the master page.
Why do we need master page in asp.net?
How can we inherit a static variable?
What is state management techniques in asp.net?
Define the term Scavenging in Caching?
Is data edited in the Repeater control?
To wrap up a call to a Web service the standard used is..?
How will you load dynamic assembly? How will create assesblies at run time?
How can we create pie chart in asp.net?
What is content place holder?
What are client activated objects and server activated objects?
What does mean by a neutral culture?