Skip to content

Instantly share code, notes, and snippets.

@DanElliott
Created January 17, 2020 18:41
Show Gist options
  • Save DanElliott/2520e4ac39e5cfb1247eade73f93c511 to your computer and use it in GitHub Desktop.
Save DanElliott/2520e4ac39e5cfb1247eade73f93c511 to your computer and use it in GitHub Desktop.

IIS Configuration

To use pass through authentication

Grant site folder the following permissions to IIS_IUSRS:

  • Full control
  • Modify
  • Read & execute
  • List folder contents
  • Read
  • Write
  • Special permissions

Grant App_Data folder the following permissions to IIS_IUSRS because this is where log files are modified and working files are placed:

  • Full control
  • Modify
  • Read & execute
  • List folder contents
  • Read
  • Write
  • Special permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment