I'm running Asp.net MVC application. By default web.config sets all modules to run for all requests which I disabled. I have a custom HttpModule that's responsible for authentication of managed requests. Part of my web.config looks like this: <modules> <add name="CustomAuth"...