Jump to content

Recommended Posts


Posted

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 iis
start /wait net start iis

Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...