When can you use tracing with exception handling?

When can you use tracing with exception handling?

- Tracing is the program execution that can be done at page level or application level.
- You can use tracing with exception handling to log unanticipated exception to the trace log.
- The log file can be used to diagnose unanticipated problems and thus can be corrected.
- Trace object allows you to add custom information to the trace output.
What is Master Page in ASP.NET?
ASP.NET - What is Master Page in ASP.NET? - A Master page offers a template for one or more web forms...
Advantages of using Master Page in ASP.NET
ASP.NET - Advantages of using Master Page - Master pages enables consistent and standardized layout to the website....
ASP.NET Multiple Master Page
ASP.NET Multiple Master Page - In ASP.NET, you can have multiple master pages each for a different purpose....
Post your comment