How can I get the tilde (~) operator to work when rewriting URLs in an HttpModule?...
Read MoreWhy HttpContext.Current.Handler is null?...
Read MoreIIS - how best to serve a different version of site to different users...
Read MoreAdding a Http-Header in a HttpModule and read it out from a Page...
Read MoreWhat's the use of ScriptModule in IIS?...
Read MoreIs it correct to say that an ASP .NET MVC application is an HTTPModule?...
Read MoreSubscribing to HttpApplication events inside HttpModules behave differently between Integrated and C...
Read MoreHow to get original url after HttpContext.RewritePath() has been called...
Read MoreGet url string in PreRequestHandlerExecute in asp.net...
Read MoreHttpModule/HttpApplication testing whether url is a request for a file...
Read MoreHas anyone unit tested a HttpModule in ASP.NET using rhino Mocks framework?...
Read MoreASP.NET MVC3 Custom HttpModule gives error 404...
Read More"Could not load type" error trying to install HTTPModule on IIS6 - Web.config error...
Read MoreRoleProvider dosn't work with custom IIdentity and IPrincipal on server...
Read MoreGet Active Directory user from client request, server side?...
Read MoreIs HttpModule shared among working threads?...
Read MoreCustom HTTP handler for URL rewriting + session and application variable...
Read MoreHow to enable custom http module for a particular controller in ASP.NET MVC 3...
Read MoreCorrect use of a ConcurrentQueue within a HttpModule?...
Read MoreASP.Net bypassing ReleaseStateRequest event - how?...
Read MoreCan I be sure that HttpModules are executed in the order in which they are listed in the HttpApplica...
Read MoreIf I write a handler with to handle path *, will it have the same functionality as a httpmodule?...
Read MoreLimiting HttpModule to only process certain requests...
Read MoreIIS URL Re-write module with foreign text...
Read MoreRouting static files with ASP.net MVC from a different directory without IIS changes and with authen...
Read MoreWill my HttpModule get called if IIS produces a 400: Bad Request?...
Read More