My version of UnhandledExceptionModule

Posted by Michael Freidgeim on Geeks with Blogs See other posts from Geeks with Blogs or by Michael Freidgeim
Published on Fri, 11 Jun 2010 23:22:58 GMT Indexed on 2010/06/11 23:33 UTC
Read the original article Hit count: 334

Filed under:
I've created my own version of UnhandledExceptionModule independantly of codePlex project in 2007,

I've used code from http://support.microsoft.com/kb/911816

with considerations from http://www.eggheadcafe.com/articles/20060305.asp  

and done some refactoring. It also allows to use AppSettings["EventLogSourceName"]
 
The zip file also includes TestUnhandledExceptionWAP test project, that I used to investigate issue
 
I've upload the code as patch here

© Geeks with Blogs or respective owner