ASP.
I am trying to log the contents of an http request, using an IHttpModule like so: public class LoggingModule : IHttpModule { …
.net httpmodule inputstreamI'm writing an app where 3rd party vendors can write plugin DLLs and drop them into the web app's bin …
asp.net web-config httpmoduleI am developing an ASP.NET MVC 2 web site, targeted for .NET Framework 4.0, using Visual Studio 2010. My web.config contains …
visual-studio httphandler web-config httpmoduleI want to integrate some http modules in my asp.net application (v 3.5, visual studio 2008) and I'm not sure how …
asp.net httpmoduleIIS supports two types of compression: static content compression and dynamic content compression. According to applicationHost.config, they are handled …
iis-7 gzip httpmoduleI am trying to create a custom HttpModule which controls which users can view a site. I am trying to …
c# asp.net iis-7 windows-authentication httpmoduleI have created a HttpModule to capture requests for auditing purposes. For Ajax requests to a web method I would …
asp.net json xmlhttprequest httpmodule inputstreamWeb application initialization is as follows: As we know when IIS receives the first request for a particular Asp.net …
asp.net events httpmoduleI am trying to build a proxy that would serve requests to an internal site (hiding the origin) but at …
iis-7 timeout httpmodule reverse-proxyI am developing an application in asp.net MVC3 and I have the following questions: When should I write an …
asp.net-mvc httpmodule action-filter