ASP.
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 httpmoduleI 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 httpmoduleI 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-asaxI am working on a web app which makes use of a 3rd party HttpModule that performs url rewriting. I …
asp.net url-rewriting httpmodule(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 httpmoduleI 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 cassiniMy 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-modeHere is what I'm specifically trying to do: I have written a HttpModule to do some site specific tracking. Some …
c# asp.net html httpmoduleI 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 httpmoduleI 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