Top "Ihttpmodule" questions

Logging raw HTTP request/response in ASP.NET MVC & IIS7

I'm writing a web service (using ASP.NET MVC) and for support purposes we'd like to be able to log …

asp.net-mvc logging request ihttpmodule
Requests for static files are hitting the managed code in ASP.NET MVC3

Creating custom IHttpModules, I have realized that the requests for static files (e.g.: .css and .js files) are hitting …

asp.net-mvc asp.net-mvc-3 iis-7 iis-7.5 ihttpmodule
How to store global per request data in a .NET Web API project

I am working on writing a web api for my application that is currently written using ASP.NET Web Forms. …

asp.net-mvc webforms asp.net-web-api ihttpmodule
Accessing context session variables in c#

I have an ASP.NET application and dll which extends IHttpModule. I have used the below method to save the …

c# session ihttphandler ihttpmodule