IDE: VS 2010
OS: Windows 7
IIS: 7.5
Mode: Integrated.
.Net: 4
Language: C#
I have an asp.net application (not MVC) and I'm trying to catch all unhandled exceptions.
I've tried with global.asax -> Application_Error, but I read that because of the integrated mode -> I can't do that.
I'd appreciate some help.
Thanks.