Did you solve this? I had a similar problem -- same process (moving a live site locally for testing, debugging, etc) and differences in IIS configuration hit me the same way. For me, the default doc IIS was prioritizing was the problem. Is your default doc priority the same on both servers?
BTW, stopping the error message isn't the same as saying you have identical configurations, which I'd want as far as testing goes. Running ?umbDebugShowTrace=true on the same page and comparing the output from both servers, went along way to ensuring my configurations were more similar.
prompted to upgrade
I'm running umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
yet for some reason when i go to mysite.localhost i'm getting redirected to
/install/default.aspx?redir=true&url=/default.aspx
"Upgrade Umbraco version 4.0.2.1"
How do stop this?
FYI, i copied the files & db from remote server.
Have you checked your web.config to see if the correct version is specified in there?
Check your web.config. What does the version say there?
If it is older and you are sure you have 4.0.2.1, change that value.
You can also set umbracoVersionCheckPeriod to 0 to stop checking for updates.
HTH,
Peter
thanks :)
Did you solve this? I had a similar problem -- same process (moving a live site locally for testing, debugging, etc) and differences in IIS configuration hit me the same way. For me, the default doc IIS was prioritizing was the problem. Is your default doc priority the same on both servers?
BTW, stopping the error message isn't the same as saying you have identical configurations, which I'd want as far as testing goes. Running ?umbDebugShowTrace=true on the same page and comparing the output from both servers, went along way to ensuring my configurations were more similar.
yeah, i just turned the umbracoVersionCheckPeriod off. Which sorted it.
Is your default doc priority the same on both servers?
Actually i'm using Cassini, and didn't define a default doc locally.
@anthony: regarding default doc: (this isn't a rhetorical question) wouldn't you want to have your default doc order be the same?
is working on a reply...