How to Start and Stop Only One Particular Application Under Website Root Node

How to start and stop only one specific application under a website root node?

Procedure

  1. Open IIS by typing “inetmgr” in the run window and click OK as shown in the following image.

    inetmgr
     
  2. The IIS window will be opened.

  3. Create a new application pool for the application that you want to stop. Right-click on Application Pool then seelct New -> Appication Pool as shown in the following image.

    Appication Pool
     
  4. Provide the appropriate name to your application pool and keep the other settings that are the defaults in the window, as shown in the following image. Click OK.

    application pool
     
  5. Your application pool will be created now as shown in the following image.

    You can observe that there is no application related to this newly created application pool. See the right hand side. It is showing that “There is no items to shown in this view.”.

    newly created application pool

    Now you need to relate this newly created application pool to the application that you want to stop.
     
  6. Select the application that you want to stop. Right-click then select Properties. See the following image.

    The following window will be opened as shown in the following image.

    Properties

    Property Window
     
  7. Click on the Create button.
     
  8. Automatically Application Name will be enabled by IIS and it is the name of the application by default for which you are doing this activity. You can change it as you prefer. Also the Application Pool dropdown is now enabled.
     
  9. Now select the Application Pool that you created earlier from the Application Pool dropdown list as shown in the following image.

    aplication Pool dropdown list

    Application Pool dropdown
     
  10. Click OK.
     
  11. Now to stop that only application, right-click on the Application Pool name then select Stop as shown in the following image.

    Stop
     
  12. To start the application, right-click on the Application Pool namethen select Start.

In this way you can start and stop only one application under IPlanetWebsite in which many applications are deployed under it.

Next Recommended Readings