Hello,
I have a web service running in IIS on a Windows 2003 server. I want it to be able to run a batch file that starts and stops windows services.
My batch file looks a little like this...
net stop "service name"
-- run some processes that require the service to be stopped
net start "service name"
edit: I guess I want to know how to assign "NETWORK SERVICE" the proper permissions to start and stop windows services.
I have a web service running in IIS on a Windows 2003 server. I want it to be able to run a batch file that starts and stops windows services.
My batch file looks a little like this...
net stop "service name"
-- run some processes that require the service to be stopped
net start "service name"
edit: I guess I want to know how to assign "NETWORK SERVICE" the proper permissions to start and stop windows services.