Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andrew 8 posts 79 karma points
    Jul 18, 2019 @ 21:40
    Andrew
    0

    After installing a new version my web.config breaks

    Everytime I upgrade to a newer version of Umbraco the installer adds a piece of code to my web.config that breaks my website. I believe this is happening because we have all our appsettings in a seperate config file.

    <appSettings configSource="config\subfolder\appSettings.production.config"><add key="umbracoConfigurationStatus" value="7.15.0" /></appSettings>
    

    Before the installer adds that text, the line was:

    <appSettings configSource="config\subfolder\appSettings.production.config" />
    

    I've added this key value to all of my appsettings config files already.

    Does this situation happen to anyone else?

    Is there a known workaround please?

  • Andrew 8 posts 79 karma points
    Jul 23, 2019 @ 03:03
    Andrew
    0

    Here is a screenshot of the problem

    Here is a screenshot of the problem

  • Manoj K Joshi 2 posts 72 karma points
    Nov 06, 2020 @ 13:22
    Manoj K Joshi
    0

    Hey Andrew,

    Did you possibly found any solution for this. We are doing the same and after upgrading it gives the same error.

    Regards, Manoj

Please Sign in or register to post replies

Write your reply to:

Draft