Is there any best tools or methods to trace the web page processing? I want
to monitor what methods and functions to be called when I debug the website.
Kris - 17 Feb 2006 09:36 GMT
Hi,
Set Trace = "true" in page directive of your web page. Then you would
see the page trace at the bottom of your web page.
<%@ Page Trace="true" language="C#" %>
Cheers,
Kris