Question Shell command from web service

deeps81

New member
Joined
May 12, 2009
Messages
3
Programming Experience
1-3
I have a web service in VB.net from where i am calling a shell function to open the command console(cmd.exe).Everything works fine in the visual studio development server but when I run the same on IIS server,the command console function doesnt work.
Ive tried a few things like setting the execute permission to scripts and executables.
Set the identity tab in the default application pool to local system.
I have added cmd.exe as a web service extension(though i dont think that was required),but still no success for the shell command.

I think there are some kind of permissions that I am missing here.
ANy help on this??
 
Back
Top