4ca911d073acf9f8f54b38c712a5b85b76abf1a3
FAQ/windows-active-directory-security.md
| ... | ... | @@ -19,17 +19,12 @@ Follow these steps to set up Windows Authentication with Impersonation for the A |
| 19 | 19 | * Expand the "Sites" tree and find your website |
| 20 | 20 | * At the Features panel, find the IIS section and click on the Authentication icon |
| 21 | 21 | |
| 22 | - |
|
| 23 | - |
|
| 24 | - |
|
| 25 | 22 | ###Configure Authentication settings |
| 26 | 23 | |
| 27 | 24 | * Disable Anonymous Authentication |
| 28 | 25 | * Enable ASP.NET Impersonation |
| 29 | 26 | * Enable Windows Authentication |
| 30 | 27 | |
| 31 | - |
|
| 33 | 28 | Or you can also set these settings manually in the web.config file at the root folder of the website. You will need to place the following settings inside the ``<system.web>`` section of your web.config: |
| 34 | 29 | |
| 35 | 30 | ```xml |