Hi, I migrated my Umbraco websites from one server to another.
After the migration, my the css of my websites isn't rendered.
If I inspect the network traffic in Chrome, I this lines saying:
"login.aspx?ReturnUrl=%2fcss%2flayout.css" of wich the status is: (canceled)
I thought this maybe could be an issue with permissions, but after resetting the permissions on the webfolder, the css still doesn't render in my websites
Has anyone experienced this problem, or does anyone knows what's going on?
I guess it must be a permissions thing, but I checked the permissions and they're all set. Don't know why I'm getting redirected to login.aspx for images and .css :(
css not rendered after migration
Hi, I migrated my Umbraco websites from one server to another.
After the migration, my the css of my websites isn't rendered.
If I inspect the network traffic in Chrome, I this lines saying:
"login.aspx?ReturnUrl=%2fcss%2flayout.css" of wich the status is: (canceled)
I thought this maybe could be an issue with permissions, but after resetting the permissions on the webfolder, the css still doesn't render in my websites
Has anyone experienced this problem, or does anyone knows what's going on?
Thanks for your help,
Anthony
I guess it must be a permissions thing, but I checked the permissions and they're all set. Don't know why I'm getting redirected to login.aspx for images and .css :(
found the solution here: http://our.umbraco.org/forum/core/general/21437-Files-get-redirected-to-loginaspx-Urgent!
seems like I needed to give modify permissions to the IUSR account
is working on a reply...