NewFromMattel
Programmer
I have written a web service for so I can start, stop, and get the "running" status of a .exe file. I used the Process class for this. But... I get an error that the web service can't perform the function on the process (basically just creating the process object) because of access denied. So... how do I handle this?
Thanks
Thanks