Disable Kernel-mode authentication in IIS 10.0
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 Authentication feature.
- Select Windows Authentication.
- In the Action span, click on Advanced Settings...
- Disable the checkbox Enable Kernel-mode authentication
- Click on OK to close the configuration dialog.
- Run the following command, to restart the IIS and make the previous changes active:
- Terminal box
iisreset /noforce