Disable authPersistNonNTLM in IIS 8.5
Procedure-related prerequisites
- You need to be logged in as an administrator.
- Configuration takes place in IIS web server.
Instruction
- Go to: Administrative Tools >> Internet Information Services (IIS) Manager
- In the Connections span, expand the Sites node tree.
- In the Connections span, select the Default Web Site.
- Info
The instructions describe the required steps for the Default Web Site.
- Double-click on the Configuration Editor feature.
- Select in the drop down menu Section system.webServer/security/authentication/windowsAuthentication
- Change authPersistNonNTLM to False.
- In the Action span, click on Apply