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
-![Open Authentication settings](http://izenda.com/Site/KB/KB/Uploads/Images/IIS_auth.png)
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
-![Configure Authentication settings ](http://izenda.com/Site/KB/Uploads/Images/IIS_security.png
32
-)
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