1. inetmgr -- open IIS Information Service Manager
2. devenv -- open
3. Restart IIS Command Service IIS restart doscommand IIS Restart Method
In WINDOWS, When IIS provides WEB Services, the website cannot be opened due to excessive access.Restart IISIs the best choice.
1. Interface operations
Right-click my computer on the desktop --> Manage --> services and applications --> services, find IIS admin service, right-click restart, and click STOP. other services "window, click "yes ". Alternatively, double-click "IIS admin service" and click "stop". The "Stop Other Services" window is displayed. Click "yes" to stop the "IIS admin service, click "start" to restart the instance.
2. Command operations
System "start" --> "run" command, Enter cmd and press ENTER
Enter net stop iisadmin/y and press Enter.
After the command is complete, enter net start w3svc and press enter to restart.
Or press enter directly using the IISReset command in cmd to restart IIS.
4. iisreset/status: displays the status of all Internet services
5. Reference
6. Use dos to install iis
If the. net installation sequence is not followed by normal IIS installation, you can use this command to re-register it.
Run-> cmd
Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C: \ Users \ Administrator> cd C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319
C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319> aspnet_regiis.exe-I
Start installing ASP. NET (4.0.30319 ).
................
ASP. NET (4.0.30319) installation is complete.
C: \ Windows \ Microsoft. NET \ Framework \ v4.0.30319>