0

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

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
Kartik M
  • 67
  • 2
  • 9

2 Answers2

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