Tagged Questions
3
votes
1answer
142 views
How can I generate a 404 response from an IHttpModule configured in the global web.config?
I'm trying to generate a 404 response for certain requests on all sites on a server based on the HttpRequest.UserAgent.
I've configured an IHttpModule in the server's global web.config containing the ...
1
vote
1answer
133 views
IHttpModule not being applied to virtual directory
I have a network folder that is mapped to my iis app as a virtual directory and I'm trying to do some authentication for files that are located there with an ihttpmodule. I've verified that the ...
0
votes
1answer
319 views
Error handling implemented by IHttpModule doesn't work in IIS6, works in IIS5.1
I implement common error handling by using IHttpModule. Locally on my machine with WinXP it works like a charm. Once I upload solution on our test server, which is W2003 it doesn't work. Once an ...