AspNetCore.Docs/aspnet/web-forms/videos/how-do-i/how-do-i-implement-an-httpm...

1.0 KiB

title author description ms.author manager ms.date ms.topic ms.assetid ms.technology ms.prod msc.legacyurl msc.type
[How Do I:] Implement an HttpModule? | Microsoft Docs scottgolightly In this video Scott Golightly shows how to implement a simple HttpModule that uses the BeginRequest and EndRequest events to store some data about the reques... aspnetcontent wpickett 06/12/2007 article 45daf6e2-c652-49c0-a9b4-2263f4ceada8 dotnet-webforms .net-framework /web-forms/videos/how-do-i/how-do-i-implement-an-httpmodule video

[How Do I:] Implement an HttpModule?

by Scott Golightly

In this video 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.

▶ Watch video (13 minutes)