Is there any best tools or methods to trace the web page processing?

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top