What is best practice in IIS? One application pool for each application, or a shared application pool?
问题 In IIS 7, what is best practice? Should I create an application pool for each application, or should I share an application pool with as much application as possible? Are there any performance drawbacks or security issues related to one of the options? 回答1: Each application pool is an instance of W3wp.exe, a worker process for that site or set of sites. By placing each application in a seperate app pool, you ensure that problems that could potentially cause problems within the app pool do not