Error Logging using ASP.NET
2.0
Tuesday,
June 17, 2008 by Suprotim Agarwal
Errors
and failures may occur during development and operation
of a website. ASP.NET 2.0 provides tracing, instrumentation
and error handling mechanisms to detect and fix
issues in an application. In this article, we will
adopt a simple mechanism to log errors and exceptions
in our website.