Copied to clipboard

Flag this post as spam?

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


  • Nguyen Dung Tri 106 posts 606 karma points
    Aug 10, 2016 @ 08:32
    Nguyen Dung Tri
    0

    How to force Umbraco Site to re-install

    Hello,

    I have an instance of Umbraco Site; now I move my website source code to another host, and being there I want to force it to re-install on first load. How can I do that?

    Note: I want to keep my website source code but don't care about the database.

  • David Peck 690 posts 1896 karma points c-trib
    Aug 10, 2016 @ 08:49
    David Peck
    102

    In the web.config, set:

    <add key="umbracoConfigurationStatus" value="x.x.x" />
    

    to

    <add key="umbracoConfigurationStatus" value="" />
    
  • George 33 posts 66 karma points
    Jan 27, 2020 @ 13:36
    George
    0

    Normally have to clear the connection string as well

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies