I am trying to do a upgrade of our current 4.0.2.1 setup to 4.6.1.
Because i don't want to try on our live server, i have got copies of the servers running in VMware, with no network connection to the outside.
I have installed the 4.6.1, copied things like masterpages,css,scripts and more from the old setup, updated the web.config, and hacked the default.aspx in install to get the html5.js script file from the local machine instead of from google.
When i access http://localhost/install/ i am show the page with the 6 steps, a little description of upgrading, and the 'Lest get started !' button.
My problem is, when i click 'Lets get started !' it just reloads the page without going to step #2 :-(
Have you given network service and iusr full control on the umbraco root folder (the folder containing all folders and files) ? And what does your app pool settings look like?
Upgrading 4.0.2.1 to 4.6.1 failing
Hi there
I am trying to do a upgrade of our current 4.0.2.1 setup to 4.6.1.
Because i don't want to try on our live server, i have got copies of the servers running in VMware, with no network connection to the outside.
I have installed the 4.6.1, copied things like masterpages,css,scripts and more from the old setup, updated the web.config, and hacked the default.aspx in install to get the html5.js script file from the local machine instead of from google.
When i access http://localhost/install/ i am show the page with the 6 steps, a little description of upgrading, and the 'Lest get started !' button.
My problem is, when i click 'Lets get started !' it just reloads the page without going to step #2 :-(
Any clues what could be wrong?
wild guess: cookies/javascript turned on?
Thanks for the tip, I am sure javascript works, because i had to copy a .js file to even let the site work.
I have lovered the security setting to the lowest possible setting
Unfortunatly no luck ;-(
web.config writable?
I tried to give 'Everyone' Full control on the web.config no change :(
Hi Søren
Have you given network service and iusr full control on the umbraco root folder (the folder containing all folders and files) ? And what does your app pool settings look like?
/Jan
Hi Jan
'Network Services' and 'iusr' have full control.
I have the following settings on App Pool:
.Net Framework v4.0.30319
Managed Pipeline Mode: Integrated
and a check mark in 'start application pookl immediately'
In the basic setting.
The server is running Windows Server 2008 R2 Standard
Anything special i should look for in the advanced app pool setting?
Hi Søren
Sounds to be setup correctly as far as I can tell...I'm afraid I'm out of ideas...:-/
/Jan
is working on a reply...