i

ASP.Net A Complete Guide

Application Tracing

As the name suggests, we can monitor the application for the exception at the page/application level. We call this a tracing. It helps us to find if there is an error on the requested page or not.

When tracing is enabling, it allows us to follow the page's execution path, display diagnostic information, and debug our application.

There are two ways of tracing:

  • Page-level

  • Application Level