Skip to content

Instantly share code, notes, and snippets.

@tomekjuranek
Created November 19, 2012 12:52
Show Gist options
  • Save tomekjuranek/4110476 to your computer and use it in GitHub Desktop.
Save tomekjuranek/4110476 to your computer and use it in GitHub Desktop.
Sitecore set Read Write Modify ACL
"C:\Program Files (x86)\IIS\Microsoft Web Deploy V2\msdeploy.exe" -verb:sync -source:setacl -dest:setacl="C:\inetpub\wwwroot\HomePage\Data",setAclUser=IIS_IUSRS,setAclAccess="Read,Write,Modify"
"C:\Program Files (x86)\IIS\Microsoft Web Deploy V2\msdeploy.exe" -verb:sync -source:setacl -dest:setacl="C:\inetpub\wwwroot\HomePage\Website",setAclUser=IIS_IUSRS,setAclAccess="Read,Write,Modify"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment