Debugging ASP
... see msdn.microsoft.com/scripting/
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
In Internet Service Manager, 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 be started when an error is generated from a script or
when ASP encounters a breakpoint in a script.