How to register a custom HTTP module in your .NET web application
July 10, 2015 2 Comments
You can easily add your custom HTTP module to a .NET web application. Here’s an excerpt from the MSDN article referenced in the previous sentence:
“An HttpModule is an assembly that implements the IHttpModule interface and handles events. ASP.NET includes a set of HttpModules that can be used by your application.”