• What are HttpHandlers?
• What are HttpModules?

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


Please Help Members By Posting Answers For Below Questions

What is application in asp net?

488


What is marshalling ? Is it a part of asp.net ?

607


How do you use viewstate?

546


What is the life cycle of an asp.net page?

521


What asp.net control can embed xaml into asp.net pages?

534






How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

517


How to set the pane area to transparent of a scrollPane component.?

555


Explain difference between friend and protected friend?

517


What is the basic difference between asp and asp.net?

508


How do you do Client-side validation in .Net?

569


What is content place holder?

517


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

498


How can we create Tree control in asp.net?

576


How to create discussion forum in asp.net mvc? : Asp.Net MVC

522


How do we access view state value of this page in the next page?

642