Copied to clipboard

Flag this post as spam?

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


  • Ciwan 39 posts 69 karma points
    Apr 25, 2012 @ 11:42
    Ciwan
    0

    Umbraco 5.1 Install Wizard - No CSS Styling

    Hello Friends

    I am trying to install Umbraco 5.1 (downloaded moments ago from CodePlex), but when I access the site in my browser, I see this:

    I'm sure before it didn't look like this. There was Orange background, and images ... etc

    Is this normal ? or is something wrong ?

    Thank You.

  • ianhoughton 281 posts 605 karma points c-trib
    Apr 25, 2012 @ 11:56
    ianhoughton
    0

    Did you set the permissions on the folder correctly. I had this yesterday when using a new machine and forgot to set NETWORK_SERVICE & IIS_IUSRS.

  • Ciwan 39 posts 69 karma points
    Apr 25, 2012 @ 11:59
    Ciwan
    0

    Thanks for the reply JanHoughton

    I have set up the permissions for IIS_IUSRS, but don't know how to do it for NETWORK_SERVICE.

    Is NETWORK_SERVICE another user group ? Cause my Machine says it can't find it.

    Thanks

  • Ciwan 39 posts 69 karma points
    Apr 25, 2012 @ 12:01
    Ciwan
    0

    UPDATE: I search for group [ NETWORK SERVICE ] and my computer found that, so I gave read, write, modify permissions to that too (like I did with IIS_IUSRS), but still no styles are shown !! :(

  • ianhoughton 281 posts 605 karma points c-trib
    Apr 25, 2012 @ 12:08
    ianhoughton
    0

    Are you running this on a local IIS instance ? You could try changing Anonymous Authentication to the App Pool identity instead of user.

    Right click you website > Authentication > Open Feature > Anonymous Authentication > Edit > select App Pool Identity

  • Ciwan 39 posts 69 karma points
    Apr 25, 2012 @ 12:16
    Ciwan
    0

    Yep Local IIS instance running on my machine. Here is what I have under Authentication at the moment:

  • Grant Thomas 291 posts 324 karma points
    Apr 25, 2012 @ 13:03
    Grant Thomas
    0

    This is likely something to do with general ASP.NET authentication that can be handled in the web.config.

    You probably need to enable access to resourcesrequired by the login page even if not logged in, the following Stack Overflow answers should help:

    http://stackoverflow.com/a/8925414/263681

    http://stackoverflow.com/a/10087951/263681

  • Ciwan 39 posts 69 karma points
    Apr 25, 2012 @ 14:13
    Ciwan
    0

    Thanks for the reply Grant. Just did as the two links suggested, but have same issue, no CSS is being applied. :(

  • Grant Thomas 291 posts 324 karma points
    Apr 25, 2012 @ 14:33
    Grant Thomas
    0

    Are there any error messages in the browser console?

  • Ciwan 39 posts 69 karma points
    Apr 25, 2012 @ 14:39
    Ciwan
    0

    Erm, I think the .css files should return HTML code 200, but instead I'm getting HTML code 302. !! Why would that be ?

Please Sign in or register to post replies

Write your reply to:

Draft