Application Trace
You can easily set up WebMap to track request and response times. To do this:
- Open the web.config file (in C:\inetpub\wwwroot\SISWebMap9.0.)
- Locate the system.web section.and navigate to :
<machineKeyvalidationKey="26777319......... - Now add the line
<trace enabled="true" localOnly="false" /> -
Viewing the application trace
To view the application trace, type in your usual WebMap URL and add trace.axd at the end.
http://localhost/SISWebMap9.0/trace.axd
Note: Remember to refresh your trace.axd page to ensure the information shown is current.
The Application Trace dialog will be displayed:
Click on View Details in the Application Trace dialog to see details of each request: