Skip to content

Commit

Permalink
State applicationHost.config location more clearly
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadYounes committed Jan 12, 2016
1 parent b520019 commit 128f759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -20,7 +20,9 @@ Before running the samples, make sure to unlock `windowsAuthentication` section:
![unlock-section](https://cloud.githubusercontent.com/assets/4712046/4689687/d28f8df8-56c6-11e4-9b88-8f5cb769ae93.png)

### IIS Express
1. Open **applicationhost.config** located at *$:\Users\\{username}\Documents\IISExpress\config* or at *$(SolutionDir)\\.vs\config*
1. Open **applicationhost.config** located at:
* **Pre VS2015**: *$:\Users\\{username}\Documents\IISExpress\config*
* **VS2015**: *$(SolutionDir)\\.vs\config*
2. Search for `windowsAuthentication` section and update `overrideModeDefault` value to `Allow`.

```XML
Expand Down

0 comments on commit 128f759

Please sign in to comment.