How to decide number of site limit in IIS 7 if given seprate application pool per site for different version? Any one know it? - Kartik
Asked
Active
Viewed 591 times
0
-
Subject says IIS 6, body says IIS 7 – James Polley Jan 05 '10 at 12:05
-
Shouldn't this question be asked on serverfault? – Luís Guilherme Jan 05 '10 at 12:43
2 Answers
0
There is no limit on number of sites IIS can host. It all depends on the number of requests handled by your server and the server configurations.
It has less to do with Application pool per site.

Ravi Vanapalli
- 9,805
- 3
- 33
- 43
0
There is a lot of factors, how often the sites are recycling, how much RAM the server has, the traffic of the sites.

user244255
- 71
- 2