Last active
October 4, 2015 04:28
-
-
Save amogram/2577862 to your computer and use it in GitHub Desktop.
Umbraco Folder Permissions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
icacls app_code /grant "IIS APPPOOL\umbraco":(OI)(CI)RX | |
icacls app_browsers /grant "IIS APPPOOL\umbraco":(OI)(CI)RX | |
icacls app_data /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls bin /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls config /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls css /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls data /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls macroscripts /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls masterpages /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls media /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls python /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls scripts /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls umbraco /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls usercontrols /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls views /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls xslt /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls web.config /grant "IIS APPPOOL\umbraco":(OI)(CI)M | |
icacls web.config /grant "NETWORK SERVICE":M | |
icacls robots.txt /grant "IIS APPPOOL\umbraco":M |
Updated to reflect new folders in Umbraco v7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Granting appropriate permissions to folders in an umbraco project version 4.x