--- title: "[How Do I:] Implement an HttpModule? | Microsoft Docs" author: scottgolightly description: "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..." ms.author: aspnetcontent manager: wpickett ms.date: 06/12/2007 ms.topic: article ms.assetid: 45daf6e2-c652-49c0-a9b4-2263f4ceada8 ms.technology: dotnet-webforms ms.prod: .net-framework msc.legacyurl: /web-forms/videos/how-do-i/how-do-i-implement-an-httpmodule msc.type: video --- [How Do I:] Implement an HttpModule? ==================== by [Scott Golightly](https://github.com/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 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)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/how-do-i-implement-an-httpmodule)