Trying to run this through 2003 server IIS.
result = WShShell.Run("C:\WINDOWS\SYSTEM32\ping.exe -n 1 -w 50 " & IP, 0, True)
It just returns permission denied. I even tried setting the internet guest account to full control, and get the same thing.
Also set IIS to run scritps and executables, and restarted the service. Hmm.
Any ideas? :/
I know I've gotten this to work at one stage!
Many thanks
Microsoft VBScript runtime error '800a0046'
Permission denied
result = WShShell.Run("C:\WINDOWS\SYSTEM32\ping.exe -n 1 -w 50 " & IP, 0, True)
It just returns permission denied. I even tried setting the internet guest account to full control, and get the same thing.
Also set IIS to run scritps and executables, and restarted the service. Hmm.
Any ideas? :/
I know I've gotten this to work at one stage!
Many thanks

Microsoft VBScript runtime error '800a0046'
Permission denied