Error handling / logging?

  • Thread starter Thread starter Olav Tollefsen
  • Start date Start date
O

Olav Tollefsen

I would like to catch all run-time errors that occur on my ASP.NET web site
and log all the error information in order to be able to go through the log
files and then fix the problems that occurs. It would also be nice to be
able to send an e-mail with error / stackdump information when an error
occurs.

Where can I find samples on how to implement this?

Olav
 
Back
Top