Most software problems can be resolved by restarting to the method, according to the general troubleshooting and failure solutions of Microsoft products. We can restart the IIS Server service without restarting the computer. When a Web application is paralyzed and cannot be effectively controlled, the site application does not work properly or is unstable, and even serious problems can be solved by restarting IIS.
Here are a few ways to restart the IIS service. Take Windows2003 as an example:
It is recommended that you use the command action, which is the fourth method.
1. Reboot via IIS Manager
in the IIS Server Management control tree, expand the IIS node, select the computer that needs to restart the IIS service, and then right-click to select All Tasks-> "Restart IIS."
2, through the "Control Panel"-> "Management Tools"-> "service" restart
Open the Control Panel-> Administrative Tools-> Services. Locate the IIS Admin Service right click "Restart" pop-up "Stop other Services" window and click "Yes".
3, through the net command operation
Click "Start"-> "Run", enter cmd Open command window;
Enter net stop iisadmin/y carriage return to stop IIS;
Re-enter net start IISAdmin carriage to start IIS;
Re-enter the net start W3SVC return Web service.
4, through the IISRESET command operation
Click "Start"-> "Run" and enter IISRESET carriage return. Generally we use iisreset/restart, sometimes in order to implement the automatic restart of Web site IIS, we combine the Windows task plan.