IHttpModule and Build Action = Compile? Or Content?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hello - this is a bit strange. I have a HttpModule, if I set Build Action to Content, everything works. I can hit F5 on Visual Studio and even step every line of code with Debugger. If I set Build Action to Compile, I simply get a http error 500?! I think I'm not the only one who runs into this problem: http://forums.asp.net/t/1923829.aspx?HttpModule+for+QueryString+Encryption+is+not+working+in+Webserver[^]