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

前端 未结 6 1012
一向
一向 2020-12-15 02:12

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.

相关标签:
6条回答
  • 2020-12-15 02:55

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

    0 讨论(0)
  • 2020-12-15 03:03

    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

    0 讨论(0)
  • 2020-12-15 03:05

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

    0 讨论(0)
  • 2020-12-15 03:06

    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!

    0 讨论(0)
  • 2020-12-15 03:07

    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.

    0 讨论(0)
  • 2020-12-15 03:19

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

    reopen IIS

    0 讨论(0)
提交回复
热议问题