我需要为IIS 7.5上的特定网站启用Windows Autenthication
如果我打开“Atenthication”,我只看到3个选项:
匿名
基于表格
ASP.NET表示
(3以上由我翻译,我有意大利IIS)
我被告知我应该在这个列表中看到“Windows AUtenthication”。
在同一个网站的“模块”中,我看到“Windows身份validation”,代码为“System.Web.Secuitiry.WindowsAuthenticationModule”,模块types为“托pipe”,types为“inheritance”。
我完全卡住了。
您是否已经为IIS安装了Windows身份validationfunction?
在PowerShell中:
Get-WindowsFeature Web-Windows-Auth
是否安装? 如果不是,那么:
Add-WindowsFeature Web-Windows-Auth