Answer Posted / saroj
An ASP.NET HTTP handler is the process (frequently referred to as the "endpoint") that runs in response to a request made to an ASP.NET Web application. The most common handler is an ASP.NET page handler that processes .aspx files. When users request an .aspx file, the request is processed by the page through the page handler. You can create your own HTTP handlers that render custom output to the browser.
An HTTP module is an assembly that is called on every request that is made to your application. HTTP modules are called as part of the ASP.NET request pipeline and have access to life-cycle events throughout the request. HTTP modules let you examine incoming and outgoing requests and take action based on the request.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are session objects?
Is asp.net different from asp? If yes, explain how?
What are the Types of session management in ASP.NET
How do cookies work?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Does asp.net still recognize the global.asa file?
What is asp.net? How is it different from asp?
What are server side controls?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How Session outproc in Sqlserver stored?
What is the use of web.config file?
Explain about secure socket layer?
What is asp.net file?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
Explain exception filters?