Stopping and Starting Application Pool (IIS)
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stopping and Starting Application Pool (IIS)
In order to restore our SQL Server Database via script I need to be able to stop and start a specific Application Pool. This article (https://support.smartbear.com/viewarticle/9044/) shows how stop / start services in their entirety. However, there is no need to stop IIS entirly -- only individual Application Pools. How can I start / start an individual Application Pool within IIS?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Latest IIS versions have appcmd.exe command line utility. It allows to perform different actions over IIS.
What you need is described in this MSDN article: https://technet.microsoft.com/en-us/library/cc732742(v=ws.10).aspx
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In addition - the following links might appear to be useful as well:
https://www.eukhost.com/forums/f15/start-application-pool-simple-script-8937/
http://blogs.iis.net/chrisad/Recycling-Application-Pools-using-WMI-in-IIS-6.0
http://www.iis.net/learn/manage/scripting/managing-sites-with-the-iis-wmi-provider
(https://www.google.com/?q=vbscript+iis+start+stop+application+pool)
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
