Hi. I'm developing a Intranet website using Umbraco 4.7.1.1. I downloaded it with Webmatrix and now I just deployed it on my server on IIS7. The front end works fine but I cant open the backoffice. Well, I can open it but I get this:
What does your browser console say? Looks like the scrips and / or the CSS files haven't been loaded (for whatever reason). If they don't exist the browser should give 404s, if they do then perhaps one or the other have become corrupt; either way, try uploading the Javascript and CSS files.
The issue is that the CSS & JavaScript can't be rendered. I've seen this before with new/fresh installations of Umbraco. It is caused by file-permission issues with ClientDependency. Try adding the "IIS_IUSRS" group to have Modify permission on the App_Data folder (and all child-folders).
Backoffice doesn't work
Hi. I'm developing a Intranet website using Umbraco 4.7.1.1. I downloaded it with Webmatrix and now I just deployed it on my server on IIS7. The front end works fine but I cant open the backoffice. Well, I can open it but I get this:
¿Any idea why this happens?
Thanks.
What does your browser console say? Looks like the scrips and / or the CSS files haven't been loaded (for whatever reason). If they don't exist the browser should give 404s, if they do then perhaps one or the other have become corrupt; either way, try uploading the Javascript and CSS files.
It says "object was expected" in umbraco.aspx on lines 90, 157 and 270.
Hey
I'd check permissions on the server, this is often a cause for problems like this
hth
j
Hi Carlos,
The issue is that the CSS & JavaScript can't be rendered. I've seen this before with new/fresh installations of Umbraco. It is caused by file-permission issues with ClientDependency. Try adding the "IIS_IUSRS" group to have Modify permission on the App_Data folder (and all child-folders).
Good luck!
Cheers, Lee.
It worked. I had to add permission for the entire site though, not only the App_Data folder.
Thanks a lot. It's amazing how helpful this community is, i did't expect to get replies so fast!
Cheers
Hi Carlos,
Happy to hear that you got it working!
Cheers, Lee.
Lee,
I'm encountering this as well, however after giving IIS_IUSRS modify to the whole site I'm still not seeing any changes... any recommendations?
Hi Shawn,
Could try the NETWORK SERVER user?
Cheers, Lee.
For Example
It was the users group that we have. Thanks so much!
is working on a reply...