Hi Andrew,
From my view, the Script debugger is old, I'd suggest you could use the
VS.net IDE as the ASP script debugger. There is one article from
Gotdotnet.com introducing how to do so.
How to debug script in Visual Studio .NET
http://gotdotnet.com/team/csharp/learn/whitepapers/How%20to%20debug%20script
%20in%20Visual%20Studio%20.Net.doc
Based on my experience, there are two notes for the ASP debugging:
1. you will need to place your ASP pages in the default web site(port 80),
then we can use VS.net to attach the w3wp.exe process running the ASP and
debugging the pages.
2. Network Service account is designed as the default account for anonymous
internet user so it has very little permission. For performing the
debugging, please set your default web site worker process using the SYSTEM
as the identity. If using network service, we will need to grant it very
high permission which will affect your anonymous web site and generate
security hole at the server.
Please feel free to let me know if you have any question. It is my pleasure
to be of any assistance.
Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.