Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
But it still looks like something went wrong in the conversion...
The original:
<siteHosts>
<add name="stockholmpride.local"
language="sv" />
<add name="*" />
</siteHosts>
Notice that there are a two versions and that one of them dropped the language setting.
After conversion:
<siteHosts siteId="pride">
<add name="stockholmpride.local:80" language="sv" />
<add name="*" />
<add name="stockholmpride.local" />
</siteHosts>
Thanks for the report, this has been added to our bug list
During upgrade from 5.2 to 6.0 a section of web.config is extracted from web.config to a separate file (EPiServer.config).
In this process I noticed that the whole siteHosts-tag disappeared.