Sam
Sam

Reputation: 461

How to configure Sitecore Multiple sites to have separate apppool

We have 1 sitecore instance and we have multisite solution . So now is there a way that we can have separate apppool for each site , so that each site has separate details and one site will not effect another.

Thanks

Upvotes: 2

Views: 1384

Answers (1)

jammykam
jammykam

Reputation: 16990

There is no reason you cannot have 2 AppPools, but it does mean that you will need 2 separate sites in IIS, there is no way to do this from Sitecore. You could point both IIS sites to the same codebase as well BUT get ready for clashes, particularly locks on the log files.

Main thing to be aware of is Sitecore licensing. You would have to check but depending on your license having 2 sites in IIS may well mean 2 Sitecore licenses.

What exactly are you trying to avoid? One site affecting the other how? If you have 2 sites pointing out the same codebase then deployments will cause both to restart. Perhaps if you provide more details on what the issues are then we can provide better suggestions.

Upvotes: 6

Related Questions