Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

[6.0.441.2] BUG: Upgrade removes configuration

Vote:
 

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.

#35656
Dec 19, 2009 15:22
Vote:
 

Not an error - it was moved to episerver.framework.config.

#35657
Dec 19, 2009 16:44
Vote:
 

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>

#35658
Edited, Dec 19, 2009 18:03
Vote:
 

Thanks for the report, this has been added to our bug list

Bug #34827: Upgrade make invalid changes to the site configuration
Regards
Per Gunsarfs
EPiServer development team
#35700
Dec 21, 2009 16:12
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.