Drive application events with an HttpModule in ASP.Net
How to drive application events with an HttpModule in ASP.Net Check out this ASP.Net video tutorial by Chris Pels. Learn how to create an HttpModule that handles application events during the processing of a page request. The sample module will write information to a log file at various points in the page lifecycle. We also see how the HttpModule is configured for use in a sample web site.