best practice for monitoring unhandled eception

Discussion in 'ASP.NET 2.0' started by minnug, Jan 24, 2008.

  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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
     

Share This Page