What is the use of HTTP modules ?

 Posted by Bharathi Cherukuri on 7/25/2012 | Category: ASP.NET Interview questions | Views: 2934 | Points: 40
Answer:

HTTP modules are used to implement various application features, such as forms authentication, caching, session state, and client script services.
HTTP modules are executed before and after the handler and are used to provide a method for interacting with the request.
HTTP modules will let you know and examine the incoming requests and take action based on the request.They are also used to let you know and examine the outgoing response and modify it.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response