Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
In the web.config, set:
<add key="umbracoConfigurationStatus" value="x.x.x" />
to
<add key="umbracoConfigurationStatus" value="" />
Normally have to clear the connection string as well
is working on a reply...
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.
Continue discussion
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.
In the web.config, set:
to
Normally have to clear the connection string as well
is working on a reply...
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.