Posted on: 5/11/2014 11:00:04 AM | Views : 379

i am working on asp.net application with vb.net as backend.
i am facing a problem on unhandled exception on production.
currently i am using block level exception handing
2) page_error - page level handling
3) application_error - application level
still there is some point where errors are skipping and yellow screen is coming at production.
i find this article http://mlichtenberg.wordpress.com/2011/09/19/catching-unhandled-exceptions-in-asp-net/
i implement "UnhandledExceptionModule" but unable to test this as all my exception are caught earlier in code.
and unable to implement [System.Security.SecurityCritical] due to version difference, i am using framework 2.0 only.
please suggest how overcome these issue or best way to handled them.
thanks

Go to the complete details ...