I am just new to ASP. I try to use Microsoft Script Debugger. However, the run button (F5) is not available. I search help but did not get anywhere. Please help me out.
Regards.
Printable View
I am just new to ASP. I try to use Microsoft Script Debugger. However, the run button (F5) is not available. I search help but did not get anywhere. Please help me out.
Regards.
In order to use Debugging you have to be using IIS (not PWS.. which means you must be using NT or 2000) and turn on debugging in the IIS service manager.
I wouldn't bother.. there are other ways of debugging the script and turning it on allows msgboxes to be displayed on the server console (which is really bad because the app stops and waits for someone to click ok).
Yeah, those message boxes just cause more crashes, and make many webpages very annoying!