Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex Burr 77 posts 128 karma points
    Nov 10, 2012 @ 04:11
    Alex Burr
    0

    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?

  • Alex Burr 77 posts 128 karma points
    Nov 10, 2012 @ 04:17
    Alex Burr
    0

    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?

  • Mark Bennett 199 posts 375 karma points
    Nov 12, 2012 @ 13:48
    Mark Bennett
    0

    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.

  • Alex Burr 77 posts 128 karma points
    Nov 13, 2012 @ 03:52
    Alex Burr
    0

    Hi Mark,

    That seemed to work. Any ideas what permissions I'm missing so that I can remove Everyone?

  • Mark Bennett 199 posts 375 karma points
    Nov 13, 2012 @ 10:22
    Mark Bennett
    0

    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.

  • Alex Burr 77 posts 128 karma points
    Jan 09, 2014 @ 03:49
    Alex Burr
    100

    For anyone that has this problem in the future, what I found worked best was this:

    1. Set application pool to use ApplicationPoolIdentity
    2. On project folder give Full control permission to user "IIS AppPool\{AppPoolName}" (e.g. IIS AppPool\DefaultAppPool}*
    3. Give read permissions to "IUSR" user and "IIS_IUSRS" group as shown in this SO thread
    * This is for a dev environment; I assume for production Modify will suffice.
Please Sign in or register to post replies

Write your reply to:

Draft