Implement an HttpModule in ASP.Net
How to implement an HttpModule in ASP.Net In this video tutorial, Scott Golightly shows how to implement a simple HttpModule that uses the BeginRequest and EndRequest events to store some data about the request and later display that data to the user. Scott also shows how to register the module in the Web.config file.