Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Created February 26, 2013 12:33
Show Gist options
  • Save GuyHarwood/5038119 to your computer and use it in GitHub Desktop.
Save GuyHarwood/5038119 to your computer and use it in GitHub Desktop.
On Windows Server 2008 v1 the GUI does not pick up the APPPOOL prefix for accounts. You need to use the command line to assign permissions for an application pool
ICACLS C:\inetpub\wwwroot\MyWebsite /grant "IIS APPPOOL\MyAppPool":(OI)(CI)(RX)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment