In earlier article we learnt that how to enable debugging in ASP.NET application. In this article we shall learn how to trace the asp.net application or website to know that how the page execution is happening and which method is taking how much time.

Introduction

Tracing is a mechanism to monitor the execution of the application at development as well as in the production (live) environment. In order to demonstrate how to trace an application, we are going to create a sample page.

Read More....