Tagged Questions

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 ...