In IIS, why doesn't Window Authentication show up as one of the options for my web application?

asp.netIisIis 7Windows Authentication

asp.net Problem Overview


I'm reading about how to set up windows authentication for my web application on IIS 7. In the description they have Window Authentication as an option in IIS. enter image description here

I have windows authenication turned on for my machine(I'm on Windows 7 Professional 64bit) and I still don't see it as one of the authentication options for my web application. Why?
enter image description here enter image description here

asp.net Solutions


Solution 1 - asp.net

I got hit by this and it was something as simple as having not started IIS Manager with 'run as administrator'. Very frustrating, but I got there in the end!

Solution 2 - asp.net

I stumbled upon this, but couldn’t find Security feature under “Turn Windows feature on or off”. In Windows Server 2008 R2, this is located under Server Manager -> Roles -> Web Server (IIS) -> Add Role Services. May be it helps someone.

Solution 3 - asp.net

According to the comments above, you will need to Restart IIS.

Solution 4 - asp.net

in Windows Server 2012,
Server Manager > Roles > Web Server (IIS) > Security > install windows authentication

reopen IIS

Solution 5 - asp.net

I had this problem in my windows 7 professional. I found that the "Windows Authentication" option was not enabled from "Turn windows feature on and off".

Open "Turn windows feature on and off" window. The "Windows Authentication" option is available under Internet Information services" -> World wide web services -> security. Click the check box for "Windows Authentication". More information is available at https://docs.microsoft.com/en-us/iis/configuration/system.webServer/security/authentication/windowsAuthentication/providers/add

Solution 6 - asp.net

Windows Server 2016, IIS 10: Restart the IIS management tool.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questiondev.e.loperView Question on Stackoverflow
Solution 1 - asp.netChrisView Answer on Stackoverflow
Solution 2 - asp.netRizView Answer on Stackoverflow
Solution 3 - asp.netTom HubbardView Answer on Stackoverflow
Solution 4 - asp.netMasoud SadeghiView Answer on Stackoverflow
Solution 5 - asp.netKurioZ7View Answer on Stackoverflow
Solution 6 - asp.netLosManosView Answer on Stackoverflow