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


Leave Your Comment
Name:
Email:  (gravatar enabled)
URL:
Comment:
or Cancel