I\'m trying to log URLs that access broken images, using an HTTP module to catch those images when accessed.
I am developing an ASP.NET MVC 2 web site, targeted for .NET Fr开发者_运维问答amework 4.0, using Visual Studio 2010.
I\'m developing a web service with ASP.NET, is not an .asmx or WCF, it\'s a custom one, so I\'m working with the Ht开发者_StackOverflow社区tp classes (context, request, response, etc..). Session is di
I\'m trying to write an HttpModule to run on our SharePoint farm - essentially it will check whether the user is authenticated and if they are it will validate some info against another database and p
I am trying my hands on asp.net+ajax+httpmodule. My Form <form id=\"LoginForm\" runat=\"server\">
Do I have to lock access to instance member开发者_StackOverflow社区s? Example: public class HttpModule : IHttpModule
How to make from your Custom HTTP Module a stand aloun TCP\\HTTP server capable of for example runing near to any other HTTP server (on same port, just taking some URL namespace like www.example.com/m
I have written an HttpModule that adds a response filter. The filter is capturing page output and storing it in a session variable.
Since ASP.NET response filtering and post-cache substitution are not compatible, I need an alternative way of filtering output. Reference: http://support.microsoft.com/kb/2014472
So IIS7 in Integrated Pipeline mode uses a IsapiFilterModule to shim ISAPI filter DLL\'s and fire off the correct \"events\" on the filters, which is quite different than previous versions of IIS or I