PDA

View Full Version : best practice for monitoring unhandled eception


minnug
01-24-2008, 04:53 AM
Hi,

After several years implementation of VS 2005 - could you please give me your opinion
on what could now be considered to be best practice for monitoring unhandled eception and error logging in general for a production web site as opposed to a compiled web application. At the moment I find the subject a little confusing.

Regards steve johnstone

Post Edited By Moderator (mjp [DASP]) : 1/30/2008 2:24:54 AM GMT

bruce
01-24-2008, 09:04 AM
I think the best way is to put an error trapping routine into your global.asax to send you an email when there's an exception.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)