1.1 KiB
1.1 KiB
uid | title | author | description | ms.author | ms.date | ms.assetid | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|
web-forms/videos/how-do-i/how-do-i-handle-application-events-using-an-httpmodule | [How Do I:] Handle Application Events using an HttpModule? | Microsoft Docs | rick-anderson | 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... | aspnetcontent | 09/13/2007 | a4adedeb-92f9-4d08-a068-fdcdedbae069 | /web-forms/videos/how-do-i/how-do-i-handle-application-events-using-an-httpmodule | video |
[How Do I:] Handle Application Events using an HttpModule?
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.