However there are no errors. Attempting to browse to /umbraco_client/installer/css/all.css simply fires a redirect back to /install/default.aspx?redir=true&url=http%3a%2f%2fdev.sonh.com%2flogin.aspx%3fReturnUrl%3d%2fumbraco_client%2finstaller%2fcss%2fall.css which makes me think that static files are being routed incorrectly.
The app pool is running as NETWORK SERVICE which has Modify permissions on my project folder. Any ideas?
However there are no errors. Attempting to browse to /umbraco_client/installer/css/all.css simply fires a redirect back to /install/default.aspx?redir=true&url=http%3a%2f%2fdev.sonh.com%2flogin.aspx%3fReturnUrl%3d%2fumbraco_client%2finstaller%2fcss%2fall.css which makes me think that static files are being routed incorrectly.
I don't think there are permisions issues. The app pool is running as NETWORK SERVICE which has Modify permissions on my project folder. Also I have been running a 4.7.1 install with no problems (that site is currently stopped). Commenting the Adobe AIR mime type information in web.config did nothing.
Just to make sure it's not permissions issue then allow everyone full access to the umbraco directory and try again. If it works you know it's permissions and you can then remove permissions for everyone.
Well it proves the NETWORK SERVICE account doesn't have the correct permissions onto your Umbraco directory. You could try upping the permissions for that account or if that doesn't work then I would change the application pool to run as the application pool user and then allow modify access for IISAPPPOOL/'Application Pool Name'.
At least you know it is definetely a permissions issue now ;)
Installer CSS, JS, images missing (4.10)
Hi, I have a fresh install of 4.10 on my laptop, and browsing to the site for the first time brings up the installer without any styles or images, similar to the problem in this thread: http://our.umbraco.org/forum/getting-started/installing-umbraco/35140-49-Installer-broken
However there are no errors. Attempting to browse to /umbraco_client/installer/css/all.css simply fires a redirect back to /install/default.aspx?redir=true&url=http%3a%2f%2fdev.sonh.com%2flogin.aspx%3fReturnUrl%3d%2fumbraco_client%2finstaller%2fcss%2fall.css which makes me think that static files are being routed incorrectly.
The app pool is running as NETWORK SERVICE which has Modify permissions on my project folder. Any ideas?
Hi, I have a fresh install of 4.10 on my laptop (Win 7 SP1), and browsing to the site for the first time brings up the installer without any styles or images, similar to the problem in this thread: http://our.umbraco.org/forum/getting-started/installing-umbraco/35140-49-Installer-broken
However there are no errors. Attempting to browse to /umbraco_client/installer/css/all.css simply fires a redirect back to /install/default.aspx?redir=true&url=http%3a%2f%2fdev.sonh.com%2flogin.aspx%3fReturnUrl%3d%2fumbraco_client%2finstaller%2fcss%2fall.css which makes me think that static files are being routed incorrectly.
I don't think there are permisions issues. The app pool is running as NETWORK SERVICE which has Modify permissions on my project folder. Also I have been running a 4.7.1 install with no problems (that site is currently stopped). Commenting the Adobe AIR mime type information in web.config did nothing.
Any ideas?
Alex,
Just to make sure it's not permissions issue then allow everyone full access to the umbraco directory and try again. If it works you know it's permissions and you can then remove permissions for everyone.
Mark.
Hi Mark,
That seemed to work. Any ideas what permissions I'm missing so that I can remove Everyone?
Alex,
Well it proves the NETWORK SERVICE account doesn't have the correct permissions onto your Umbraco directory. You could try upping the permissions for that account or if that doesn't work then I would change the application pool to run as the application pool user and then allow modify access for IISAPPPOOL/'Application Pool Name'.
At least you know it is definetely a permissions issue now ;)
Mark.
For anyone that has this problem in the future, what I found worked best was this:
is working on a reply...