hen you shut down an Application Pool in IIS 7.0, all running worker processes using that pool stop because the Windows Process Activation Service (WAS) also stops. As a result, you must manually restart these worker processes after the WAS restarts. Otherwise, if you attempt to access any applications routed to the application pool without restarting the worker processes, you may encounter an error such as “503 Service Unavailable.” Therefore, ensure that you restart all necessary processes to avoid downtime.
To Start or Stop the IIS 7.0 Application Pool:
There are four ways to start or stop the IIS 7.0 application pool:
- Using the User Interface.
- Through the Command Prompt using Appcmd.exe commands.
- Modifying configuration files.
- Creating WMI scripts.
Methods:
- Start or Stop IIS Application Pool via User Interface:
- Access the IIS Manager.
- Go to Connections.
- Maximize the server node and select Application Pools.
- Choose the application pool that you wish to start or stop.
- Depending on your desired action, you can either start or stop the application pool. Moreover, it is essential to monitor its performance after making changes..
- Start or Stop IIS Application Pool via Command Line Interface:
- To start an application pool, use the following command:
appcmd start apppool /apppool.name: “application pool”
Then press Enter.
- To stop the intended application pool, use:
appcmd stop apppool /apppool.name: “application pool”
Then press Enter.
Note: Replace “application pool” with the actual name of the application pool you wish to stop.
- To start an application pool, use the following command:
- How to Start or Stop the IIS 7.0 Management Service:
The IIS Manager does not start the management services by default when accessing it. Server administrators need to start them to enable:- Local management for authorised users to connect to sites and applications.
- Remote management for server administrators and authorized users.
You may need to restart the management services to apply changes. Stopping the management service disconnects all connected users. As a result, the system cannot establish new connections until you restart the service..
- Start or Stop IIS Management Service via User Interface:
- Access the IIS Manager.
- Go to Connections and click on the Server Node.
- In Features View, double-click Management Service.
- Here, you can act to start or stop the Management Service.
- Start or Stop IIS Management Service via Command Line Interface:
- Click Start and open Run.
- First, enter the following commands in the dialogue box, and then press Enter.:
net start wmsvc
net stop wmsvc
For more information about eukhost VPS server hosting services, please visit our website and initiate a live chat.
Need help with IIS error 404.17? Visit our detailed guide on IIS: HTTP Error 404.17 – Not Found – Static File Handler