[This is preliminary documentation and subject to change]
Enabling ASP Debugging
You can use Microsoft Script Debugger to look for errors in your
ASP scripts. To use the debugger on your Web server, you must first
configure the server for debugging as described in this topic. For
information on using the debugger to examine your scripts, see Debugging ASP Scripts and the
Microsoft Scripting Technologies Web site.
To enable ASP debugging
- In the IIS snap-in, select the
Web site or the starting point directory of an application.
- Open the directory's property sheets, and click the Home
Directory, Virtual Directory, or Directory
tab.
- Click Configuration, and click the ASP Debugging Property Sheet tab.
- To enable debugging, select Enable ASP Server-Side Script
Debugging. The debugger starts when an error is generated from
a script or when ASP encounters a breakpoint in a script.
© 1997-2001 Microsoft Corporation. All rights reserved.