start stop iis from command line


/ Published in: DOS Batch
Save to your folder(s)

Useful for starting/stopping IIS from command line.


Copy this code and paste it in your HTML
  1. # for stopping
  2. iisreset -stop
  3.  
  4. # for starting
  5. iisreset -start

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.