Hello, I am trying run .exe in server by asp page.
I use this code
Code:
Set objWSCript = CreateObject("WSCript.Shell")
objWSCript.Run ("C:\run.exe C200 " , 1, False )
Set objWSCript = nothing
It's not throwing an error and the taskmanager says that the program is running buy it doesn't actually appear on the desktop and it doesn't execute the code in the exe.
I've tried to set permissions on the iusr and iwam accounts, actually i've given full control to everything but it still doesn't work.
Any ideas?