【发布时间】:2013-09-21 16:47:07
【问题描述】:
如何停止/卸载特定的 IIS 应用程序(托管在特定站点内)以释放服务器的资源?
IIS API (Microsoft.Web.Administration) 似乎只允许停止整个站点:
Stop/Start WebSite in IIS (6.0 and 7.0) programatically
更新:
我已经设法通过另一种方式解决了这个问题:
Configure an Application Pool to Recycle after Reaching Maximum Virtual Memory Usage (IIS 7)
因此,特定池会自动回收。
【问题讨论】:
标签: iis web-deployment