Visual InterDev
As you write script for your Web application, you can test it to find errors. To help you, Microsoft® Visual InterDev™ includes a full-featured debugger you can use to trace errors in client and server script.
To | See |
Debug script being run by a browser (Microsoft® Internet Explorer) | Debugging Client Script |
Debug script in .asp files that are being processed by Microsoft® Internet Information Server (IIS) 4.0 | Debugging Server Script |
Debug pages containing both server and client script | Debugging Mixed Client and Server Script |
Debug script in the Global.asa file that is run when an application or session starts on IIS 4.0 | Debugging a Global.asa file |
Debug script running on the server while you are working on a client workstation | Debugging Remotely |
Debug stored procedures and triggers in databases | Debugging |
Note If you are writing ASP pages that use the scripting object model, you can set options that help you find errors and trace events. For details, see Debugging Script Objects in ASP Pages.