Top "Httpmodule" questions

ASP.

Hook into Application_Start in a HttpModule

I’m implementing a simple HttpModule, where I want some code to run when the web application is started. But …

c# .net asp.net vb.net httpmodule
How to analyze the performance of requests in ASP.NET MVC application?

I would like to capture the hit time, processing time, memory consumption and response time of requests in ASP.NET …

c# asp.net-mvc performance iis-7 httpmodule
HTTPModules and Global.asax -- ASP.NET Page Life cycle

I have read the beautiful article about Asp.Net Page life Cycle http://www.codeproject.com/Articles/73728/ASP-NET-Application-and-Page-Life-Cycle. My understanding …

asp.net httphandler httpmodule global-asax
How to get original url after HttpContext.RewritePath() has been called

I am working on a web app which makes use of a 3rd party HttpModule that performs url rewriting. I …

asp.net url-rewriting httpmodule
BUG: IIS7 managed requests

(I don't know whether should I also post this question to ServerFault, since it's about IIS configuration?) In IIS7 we …

configuration iis-7 httpmodule
HttpModule not running with Visual Studio

I am using an HttpModule to do some URL shortening on my site. I am using Visual Studio 2008 and IIS 7, …

c# asp.net visual-studio httpmodule cassini
HttpModule.Init - safely add HttpApplication.BeginRequest handler in IIS7 integrated mode

My question is similar but not identical to: Why can't my host (softsyshosting.com) support BeginRequest and EndRequest event handlers? (…

c# iis-7 httpmodule integrated-pipeline-mode
How do I retrieve response html from within a HttpModule?

Here is what I'm specifically trying to do: I have written a HttpModule to do some site specific tracking. Some …

c# asp.net html httpmodule
"500 Internal Server Error" when adding HttpModule in my Website?

I am having a website (developed in ASP.NET 2.0 (C#)) registered with godaddy.com But when I am adding HttpModule …

asp.net web-applications iis-7 httpmodule
IIS7 HttpModule and ISAPI Filter execution order

I have a site using ISAPI Rewrite as well as a custom HttpModule that both do Url redirects and rewrites. …

asp.net iis-7 httpmodule isapi