Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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.
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
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 !! :(
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
Yep Local IIS instance running on my machine. Here is what I have under Authentication at the moment:
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
Thanks for the reply Grant. Just did as the two links suggested, but have same issue, no CSS is being applied. :(
Are there any error messages in the browser console?
Erm, I think the .css files should return HTML code 200, but instead I'm getting HTML code 302. !! Why would that be ?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
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.
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
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 !! :(
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
Yep Local IIS instance running on my machine. Here is what I have under Authentication at the moment:
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
Thanks for the reply Grant. Just did as the two links suggested, but have same issue, no CSS is being applied. :(
Are there any error messages in the browser console?
Erm, I think the .css files should return HTML code 200, but instead I'm getting HTML code 302. !! Why would that be ?
is working on a reply...