Quick way to restart the IIS service
Looking for a quicker way (rather than trying to stop and restart the necessary services, or re-booting) to restart the IIS service?
- Simply go to command prompt (start-run-cmd)
- type ‘iisreset’ (without the quotes)
- press enter
The relevant services will be stopped and restarted.
