Tracing
Tuesday, August 1st, 2006tracing is good to monitor performance on a pg by pg basis or across the whole site… it can detail the entire lifecycle of your page . cool & revealing… good for debugging.
go into the source of any page and look into the Page Directive
add the Trace attribute “enabled/disabled”
trace=”true”
in the explorer address bar, simply type trace.axd to revel your limited server calls…