I have 2 websites on same IIS pointing to the same codebase as they are white label site. Now should I create app pool for each website or should I use the same app pool for both?
I am concerned of resources on that server.
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.
If you have two websites and the same codebase, you might as well run them inside of the same Application Pool, as code changes are already a risk.
Now, if one has a potential of having a lot more traffic than another, then you might want to do separate ones to set different resource limits for each website.