I got a website, will create many subsites under this one ( may be around 300). Can I place all these susbites under one application pool?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can host several web sites in the same application pool, but you should understand that you’re creating a dependency among the sites in the same application pool — they’ll run as part of the same process, and if you have to restart the application pool for any reason, it will affect all sites in that pool. In some cases, this might make sense for you, but you should probably review online documentation to be sure this is what you want to do.
Introduction to IIS 7 Architecture
Managing Application Pools in IIS 7