
Running a WSH vbs from ASP
First of all, what are you running in the vbs file, is it trying to access
another computer? If so, you may have a problem with the IPC$ share
connection. Try setting up a scriptlet and register it with MTS.
Secondly, why aren't you able to use the Extended Stored Procedure?
Quote:
> I need to run a WSH vbs from ASP, I am using
> server.CreateObject("WScript.Shell") and the Run function in my ASP to try
> to run the file.
> The first time through it worked fine. But now it seems to just not be
> opening the file at all.
> I cannot use xp_CmdShell in SQL to run the vbs.
> TIA
> Josh