June 30, 200719 yr I am in school, learning a Web Design modules 1 uses PHP & 1 IIS. i think there is a way to script shortcuts right?
June 30, 200719 yr I don't have access to a server running IIS at the moment so you will have to verify the service name. Open the cmd prompt and type 'net services' and replace IIS with the appropriate name if needed.cmd script:start /wait net stop iisstart /wait net start iis
June 30, 200719 yr Assuming it's a 2k3 server, you can use the iisreset command to stop, start, or restart all of the IIS services at one time with a single command.
Create an account or sign in to comment