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 Help system for Script Debugger.

To enable ASP debugging
  1. In Internet Service Manager, select the Web site or the starting point directory of an application.
  2. Open the directory's property sheets, and then click the Home Directory, Virtual Directory, or Directory tab.
  3. Click Configuration, then click the App Debugging tab.
  4. To enable debugging, select Enable ASP Server-Side Script Debugging. The debugger will be started when an error is generated from a script or when ASP encounters a breakpoint in a script.

© 1997 by Microsoft Corporation. All rights reserved.