In this article you will view the event logging API that comes with .NET. You will also create a small library that can be used in most enterprise level applications that overcome a few shortcomings of the standard .NET API for event logging.
Structured exception handling is a fundamental part of the CLR and provides .Net programmers a great way of managing errors. In addition to CLR exception system, ASP.Net also provides ways of handling errors.
This article describes how to configure your ASP.NET application for debugging, how to attach to the ASP.NET worker process (Aspnet_wp.exe) with the Microsoft CLR Debugger, and how to debug the application.