Home | Software | WebLog | Contact | Wish List

Global Error Handler (ASP.Net)

Overview

With ASP.Net we can now globally trap errors that occur anywhere in our site.  This makes debugging errors your clients are receiving much easier.

This global error handler is so usefull,  it is installed on every web project I work on.

This software is released under the JPL

NOTE: to get this to work in ASP.net 2.0 you will need to add the following line before the SmtpSend call...
System.Web.Mail.SmtpMail.SmtpServer = "localhost";

Features

Change Log

Screenshot






If you found this or any other code on this site usefull and want to show your appreciation, now you can. Thanks!

Links


post reply to this comment Comment by Andrew Arnott [Jan 04, 2006 @ 1:01 AM]
I really like your ErrorHandler assembly.  I use it on many of my web sites.  But I'm wondering why you don't strong-name it, so we can use it from our strong-named assemblies.
post reply to this comment Comment by Mitch VanDuyn [Aug 29, 2006 @ 9:59 PM]
Hey this was just what I was looking for!  Works great first time.  Nice!
Leave Your Comment
Name:
Email:  (gravatar enabled)
URL:
Comment:
or Cancel