After changing the rights of my IIS applicationpool identity user to full control I was able to "complete" the installation. It seems that Umbraco can't write in the web.config or other files.
A little bit strange because Umbraco usualy checks for read/write settings.
I upgraded to 4.7 from 4.5.2 by doing the below steps. My test site name is CMS and when I try to access http://cms/install/default.aspx page, I am getting only blank page with the background image. I performed the below steps:
1. Took differences of 4.5.2 base and existing web.config. Identified the delta and applied to 4.7 web.config 2. Overwrote below all existing files and ensure that web.config above and access.config file changes transfered. - /app_data - /app_browsers - /app_code - /bin (Delete /bin/Microsoft.Scripting.dll, /bin/Iron * .dll, /bin/RazorEngine * .dll) - /config - /data - /install - /umbraco - /umbraco_client - web.config - default.aspx 3. Changed ASP.Net application pool point to 4.0 in IIS.
umbraco 4.7 always shows the install page even if I Install a starter Kit
My site run on a iis 6 homeserver
After i publish a content page and preview/go to the location it goes to the install page...
does enyone have an explanation for that?
/Kim
It shouldn't do, what does the following line in the web.config file say?
<add key="umbracoConfigurationStatus" value="4.7" />
If it's empty then try setting it to 4.7 as above.
Rich
I added 4.7 and now it shows the upgrade page:S
I had the same issue.
After changing the rights of my IIS applicationpool identity user to full control I was able to "complete" the installation. It seems that Umbraco can't write in the web.config or other files.
A little bit strange because Umbraco usualy checks for read/write settings.
Hi,
I upgraded to 4.7 from 4.5.2 by doing the below steps. My test site name is CMS and when I try to access http://cms/install/default.aspx page, I am getting only blank page with the background image. I performed the below steps:
1. Took differences of 4.5.2 base and existing web.config. Identified the delta and applied to 4.7 web.config
2. Overwrote below all existing files and ensure that web.config above and access.config file changes transfered.
- /app_data
- /app_browsers
- /app_code
- /bin (Delete /bin/Microsoft.Scripting.dll, /bin/Iron * .dll, /bin/RazorEngine * .dll)
- /config
- /data
- /install
- /umbraco
- /umbraco_client
- web.config
- default.aspx
3. Changed ASP.Net application pool point to 4.0 in IIS.
Please let me know if I missed something.
~Sharmin
This was due to the permissions
I gave full permissions to ASPNET and NETWORK SERVICE and that did the trick.
~Sharmin
is working on a reply...