/
IIS Management
IIS Management
Stop IIS server
Stopping IIS can be done by executing simple command in the windows console. This command will stop Windows Process Activation Service (WAS) and World Wide Web Publishing Service (W3SVC). Short guide is provided below.
- Open an elevated command-line window. Type cmd in Windows search, right click on it and choose Run as administrator.
If User Account Control (UAC) window pops up, press YES.- At the command prompt, type iisreset /stop and press ENTER. Optionally additional prompt will require to type Y and press ENTER to also stop W3SVC.
- If all necessary privileges are available you should see the following:
- At the command prompt, type iisreset /stop and press ENTER. Optionally additional prompt will require to type Y and press ENTER to also stop W3SVC.
Start IIS Server
In order to start IIS, please follow the guide.
- Open an elevated command-line window. Type cmd in Windows search, right click on it and choose Run as administrator.
If User Account Control (UAC) window pops up, press YES. - At the command prompt, type iisreset /start and press ENTER to start both WAS and W3SVC.
- If all necessary privileges are available you should see the following:
, multiple selections available,
Related content
WMS Reference
WMS Reference
More like this
WFS Reference
WFS Reference
More like this
Retrieve Incident - Admin Tasks
Retrieve Incident - Admin Tasks
More like this
Short guide on how to assign Permissions to Roles and Roles to Users
Short guide on how to assign Permissions to Roles and Roles to Users
More like this
Service Message
Service Message
More like this
Hyperlinking
Hyperlinking
More like this