Are you running VBScript in an Office app? Wouldn't that be VBA?
For VBScript debugging you need to enable that with the /d switch on with wscript or cscript when running the vbs file:-
wscript /d c:\myfolder\myscript.vbs
Edit: Did I miss the ASP-Classic bit?
In this case you have turned off debugging in the application configuration. In IIS6 open properties on the ASP application, select Home Directory tab, click "Configuration..." in the Application Settings section. Select the Debugging tab, select the debugging flags.
