Otherwise let me get this straight...you have run the installer once and then when it's going to load the page it actually just loads the installation page once again?
If that is the case open the web.config file and change this line
<add key="umbracoConfigurationStatus" value="" />
so it looks like this
<add key="umbracoConfigurationStatus" value="4.7.0" /> (Or 4.7.1 if that is the version you have installed).
Url Redirects issue !
Hi,
I'm newbie Umbraco, I try to install the last version from codeplex 4.7.1 and my OS config is the following:
Hi Nazm
Have you managed to get this issue solved?
Otherwise let me get this straight...you have run the installer once and then when it's going to load the page it actually just loads the installation page once again?
If that is the case open the web.config file and change this line
<add key="umbracoConfigurationStatus" value="" />
so it looks like this
<add key="umbracoConfigurationStatus" value="4.7.0" /> (Or 4.7.1 if that is the version you have installed).
/Jan
Hi Jan,
I was busy. about your solution it fixes the issue of redirecting to login page in the 1st load of application.
Solution:
Install umbraco by using a domain name preferably domain and not a sub domain.
Thank you.
is working on a reply...