Skip to content

Instantly share code, notes, and snippets.

@jmcd
Created July 27, 2012 09:46
Show Gist options
  • Save jmcd/3187143 to your computer and use it in GitHub Desktop.
Save jmcd/3187143 to your computer and use it in GitHub Desktop.
Fix permissions on IIS Site directory
icacls d:\SiteData\%1 /grant "IIS APPPOOL\%1":(OI)(CI)(F)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment