views:

19

answers:

0

Please help, I am struggling with this all the day long.

I have an MVC application and I am having some code in Application_Error (global.asa)

This application uses a dedicated application pool running in Integrated mode.

There is no way to have my Application_Error code fired when I run my application in Integrated mode

If I move back to classic mode, it works.

I could not find said explicitly if Application_Error works in Integrated mode or not

My Environment is: Windows 7 IIS 7.5 Visual Studio 2010