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 687 posts 1863 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 32 posts 65 karma points
    Jan 27, 2020 @ 13:36
    George
    0

    Normally have to clear the connection string as well

Please Sign in or register to post replies

Write your reply to:

Draft