What is Http handler?

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


Please Help Members By Posting Answers For Below Questions

how can create login from create and written conde in asp.net

1777


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

531


Will session work if cookies is disabled?

523


What is viewstate parameter?

519


What events will occur when a page is loaded?

574






Explain the path instructions in xaml?

561


Is asp.net a language?

522


What is the difference between c# and .net?

575


What is a web api endpoint?

531


Explain the role of global.asax?

545


Who creates jsessionid?

560


can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it

1418


Fetch one page value to another page without using state-managment ?

530


Why do we use sessions?

570


What are the event handlers that can be included in the Global.asax file?

576