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 Home Page.
To enable ASP debugging
- In the Internet Information Services snap-in, select the Web site or the starting point directory of an application.
- Open the directory's property sheets, and then click the Home Directory, Virtual Directory, or Directory tab.
- Click Configuration, then click the App Debugging tab.
- To enable debugging, select Enable ASP Server-Side Script Debugging. The debugger will start when an error is generated from a script, or when ASP encounters a breakpoint in a script.
© 1997-1999 Microsoft Corporation. All rights reserved.