I do not know what security settings/permissions have changed, but I am now unable to execute a remote script.
We have two web servers, Serv1 and Serv2. I used to be able to remotely execute a script in Serv1 from Serv2 thru asp.
This is the script.
Set WshShell = Server.CreateObject("WScript.shell")
WshShell.Run "wscript.exe //Serv1/script/somescript.vbs"
For testing, I copied this script in Serv2 and I was able to successfully execute it from Serv2.
I have posted this in MS ASP forum, but I was told to post it somewhere else as the asp page that used to work did not change.
Any help will be greatly appreciated.
We have two web servers, Serv1 and Serv2. I used to be able to remotely execute a script in Serv1 from Serv2 thru asp.
This is the script.
Set WshShell = Server.CreateObject("WScript.shell")
WshShell.Run "wscript.exe //Serv1/script/somescript.vbs"
For testing, I copied this script in Serv2 and I was able to successfully execute it from Serv2.
I have posted this in MS ASP forum, but I was told to post it somewhere else as the asp page that used to work did not change.
Any help will be greatly appreciated.