On our Umbraco site, we are getting tons of errors like this in our log:
System.UnauthorizedAccessException: Access to the path 'C:\Sites\OurSite\app_data\cache\5\a\b\0\2\9\blahblahblah.jpg' is denied.
We don't see anything not working on the site, but these errors are nonetheless showing up. I guess we need to adjust permissions, but I'm not sure what to set.
Access to the path app_data\cache is denied
Hello!
On our Umbraco site, we are getting tons of errors like this in our log:
System.UnauthorizedAccessException: Access to the path 'C:\Sites\OurSite\app_data\cache\5\a\b\0\2\9\blahblahblah.jpg' is denied.
We don't see anything not working on the site, but these errors are nonetheless showing up. I guess we need to adjust permissions, but I'm not sure what to set.
Any cool ideas out there?
Thanks!
Jeremy
Usually, as long as the user for your app pool group has full access to the directory and child objects you should be good.
What are the proper permissions for Umbraco? Maybe I need to adjust it for more than just this folder.
Thanks!
Jeremy
is working on a reply...