具有多个应用程序的网站的IIS应用程序池配置和回收

时间:2017-03-27 03:10:18

标签: iis application-pool recycle

我的IIS网站设置:

www.mycompany.com  <-Website
---app1
---app2
---app3

app1,app2和app3是应用程序 - 而不是IIS虚拟目录。

有四个名为sitepool,app1pool,app2pool和app3pool的应用程序池。

www.mycompany.com => sitepool
app1 => app1pool
app2 => app2pool
app3 => app3pool

每个应用程序池都有自己的回收计划。我的问题是回收站点池还将回收app1pool,app2pool和app3pool吗?网站本身没有任何东西。该网站只是三个asp.net应用程序的容器。

1 个答案:

答案 0 :(得分:0)

它绝对是Yes它会在你的网站池内的recycle all网站。

如果您的站点池包含您的3个网站。

sitepool //// if recycled the 3 or all of the containts of this are gone too.
-app1 => app1pool
-app2 => app2pool
-app3 => app3pool