IIS wont run a BAT File
Posted
by
Ye Ol Developer
on Server Fault
See other posts from Server Fault
or by Ye Ol Developer
Published on 2009-10-14T07:46:58Z
Indexed on
2011/01/02
23:55 UTC
Read the original article
Hit count: 203
The problem we have run into is as follows. We have an ASP.NET WebService which runs under IIS7. The code in the WebService works 100%, however when the WebService tries to run a .BAT
file, nothing happens. Nothing at all, the code doesn't crash, the server doesn't warn us about anything, nothing at all.
We have tried setting the User Permissions, we have attempted difference ways of running the BAT, we have tried playing around with the registry, cmd.exe
has full rights as well.
We are now quite stumped as of what to do, any help would be appreciated.
© Server Fault or respective owner