Additionally the IUSR account and IIS_IUSRS account only require 'read
only' access to the site's folders
However, strictly following the document on permission setup will face error in Visual Studio Release build, i.e. web.config compilation use debug="false" (or remove debug attribute).
The symptom during browsing will be "DependencyHandler.axd" cannot be loaded/empty, giving unrelated MIME-type mismatch error message in browser console.
e.g. Chrome: "Refused to apply style ...DependencyHandler.axd?... because its MIME type (”) is not a supported". (IE have different message, but same meaning)
The solution to my situation is to assign both read&write access to IUSR + IIS_IUSRS.
Can Umbraco Team help to update the document? I think Shazwazza's ClientDependency (making DependencyHandler.axd) has already been a core component of Umbraco. It's good to cater also the permission required in this library.
You should be able to either create the issue on the Github tracker directly using the "Report issue" button in the top right corner or the button left to it "Edit this page" in order to suggest the changes to the text in a pull request :-)
I mean it's fine that you raise the issue here if you want to discuss it before taking action but it's more likely that HQ will notice if you put it on the tracker - HQ monitors the forum too of course but sometimes they're faster on the tracker regarding stuff like this.
Correction on Umbraco Document about site setup permission setting
On Umbraco site setup folders Permission setting document, it said that:
However, strictly following the document on permission setup will face error in Visual Studio Release build, i.e. web.config compilation use debug="false" (or remove debug attribute).
The symptom during browsing will be "DependencyHandler.axd" cannot be loaded/empty, giving unrelated MIME-type mismatch error message in browser console. e.g. Chrome: "Refused to apply style ...DependencyHandler.axd?... because its MIME type (”) is not a supported". (IE have different message, but same meaning)
The solution to my situation is to assign both read&write access to IUSR + IIS_IUSRS.
Can Umbraco Team help to update the document? I think Shazwazza's ClientDependency (making DependencyHandler.axd) has already been a core component of Umbraco. It's good to cater also the permission required in this library.
Hi Joe
You should be able to either create the issue on the Github tracker directly using the "Report issue" button in the top right corner or the button left to it "Edit this page" in order to suggest the changes to the text in a pull request :-)
I mean it's fine that you raise the issue here if you want to discuss it before taking action but it's more likely that HQ will notice if you put it on the tracker - HQ monitors the forum too of course but sometimes they're faster on the tracker regarding stuff like this.
/Jan
Thanks Jan! I wasn't aware of this report channel. An issue is now raised to https://github.com/umbraco/UmbracoDocs/issues/1603
Wish other Umbraco lovers won't get trapped by it.
is working on a reply...