Skip to content

Instantly share code, notes, and snippets.

@amogram
Last active October 4, 2015 04:28
Show Gist options
  • Save amogram/2577862 to your computer and use it in GitHub Desktop.
Save amogram/2577862 to your computer and use it in GitHub Desktop.
Umbraco Folder Permissions
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
@amogram
Copy link
Author

amogram commented May 2, 2012

Granting appropriate permissions to folders in an umbraco project version 4.x

@amogram
Copy link
Author

amogram commented Nov 27, 2013

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