We have two web servers, Serv1 and Serv2.
I have an asp (//Servx/asp/someasp.asp) page in both servers that execute a script (//Serv1/script/somescript.vbs) in Serv1 and create a logfile (//Serv1/log/logfile.txt)in Serv1.
I used to be able to run it in both servers, but now I can not run the script in Serv2.
No error message and wscript PID is in Serv2 task manager.
Set WshShell = Server.CreateObject("WScript.shell")
WshShell.Run "wscript.exe //Serv1/script/somescript.vbs"
I checked my mapping on Serv2 and any other security I can think of with no avail.
Any help will be greatly appreciated.
I have an asp (//Servx/asp/someasp.asp) page in both servers that execute a script (//Serv1/script/somescript.vbs) in Serv1 and create a logfile (//Serv1/log/logfile.txt)in Serv1.
I used to be able to run it in both servers, but now I can not run the script in Serv2.
No error message and wscript PID is in Serv2 task manager.
Set WshShell = Server.CreateObject("WScript.shell")
WshShell.Run "wscript.exe //Serv1/script/somescript.vbs"
I checked my mapping on Serv2 and any other security I can think of with no avail.
Any help will be greatly appreciated.