Debugging any in-process server such as an Active Server Page is much like
debugging a DLL. You choose a host application that loads the DLL, and debug
as usual. To test and debug an Active Server Page object,
1 Turn on debugging information using the Compiler tab on the Project|Options
dialog box, if necessary. Also, turn on Integrated Debugging in the Tools|Debugger
Options dialog.
2 Choose Run|Parameters, type the name of your Web Server in the Host
Application box, and choose OK.
3 Choose Run|Run.
4 Set breakpoints in the Active Server Page.
5 Use the Web browser to interact with the Active Server Page.
The Active Server Page pauses when the breakpoints are reached.