CMS Images Not Showing and Media Files Inaccessible
Hi,
I have a very weird problem which is causing a blocker for my current project.
A colleague of mine tried to enable sharing on a few folders in the webroot so that he could FTP to them, he rebooted the box a couple of times, and suddenly:
All of the images in the CMS are not showing (/umbraco/images)
Any file in /media, images, pdf's, etc. are inaccessbile
CSS files (/css), JS files (/scripts), and Images (/images) are not accessible.
There is nothing in the event log. This seems like a permission issue, but all of the permissions seem to be correct: IIS_USRS and NETWORK_SERVICE both have full control over every folder in inetpub/webroot.
Anyone ever seen this issue? All of the files are there, there is nothing wrong with the installation in itself, it has to be a configuration issue.
Have you tried turning off sharing and seeing if all works again? Sometimes permissions can work differently when you combine NTFS and Sharing permissions. The above definitely sounds like permission issues.
Also you should be able to get a better error message by turning off customErrors in the web.config, but I'm pretty confident it's permission related.
CMS Images Not Showing and Media Files Inaccessible
Hi,
I have a very weird problem which is causing a blocker for my current project.
A colleague of mine tried to enable sharing on a few folders in the webroot so that he could FTP to them, he rebooted the box a couple of times, and suddenly:
An error occurred while processing your request.
Hi Garrett,
Have you tried turning off sharing and seeing if all works again? Sometimes permissions can work differently when you combine NTFS and Sharing permissions. The above definitely sounds like permission issues.
Also you should be able to get a better error message by turning off customErrors in the web.config, but I'm pretty confident it's permission related.
-Tom
is working on a reply...