I created a module and placed it in iis7 integrated mode.
The BeginRequest event is always triggered for any request, both aspx and html / php / of any extension.
But the Error event only triggers aspx extensions, but works in cassini.
I tried: <modules runAllManagedModulesForAllRequests="true">
It is registered in system.webserver as well as system.web.
Any ideas why this behavior is happening?
source
share