I am attempting to get a multi-site install running on CMS 6. I just want to confirm I have the theory right.
EPiServerFramework.config contains the domains, all mapped to site IDs.
EPiServer.config contains a siteSettings element that also contains that ID with all the settings for that site.
So, a request comes in. The system looks in EPiServerFramework.config (theoretically, of course -- I realize this will be done at the object level somewhere, not by actually parsing this file) and finds the site ID for that domain name. Then it looks into EPiServer.config to find a siteSettings element with the same ID. It uses these settings.
I am attempting to get a multi-site install running on CMS 6. I just want to confirm I have the theory right.
So, a request comes in. The system looks in EPiServerFramework.config (theoretically, of course -- I realize this will be done at the object level somewhere, not by actually parsing this file) and finds the site ID for that domain name. Then it looks into EPiServer.config to find a siteSettings element with the same ID. It uses these settings.
Is this correct?