尝试两级身份验证

时间:2015-01-12 16:40:55

标签: c# asp.net authentication active-directory web-config

使用ASP.NET - 尝试使用表单身份验证和Windows身份验证添加两级身份验证。

http://mvolo.com/iis-70-twolevel-authentication-with-forms-authentication-and-windows-authentication/

上关注麦克风

他要求我们做的第一件事:

1. Unlock the <anonymousAuthentication> and <windowsAuthentication> configuration sections before you can use them in web.config:

> %windir%system32inetsrvappcmd unlock config /section:anonymousAuthentication
> %windir%system32inetsrvappcmd unlock config /section:windowsAuthentication

我似乎无法找到这样做的地方。他的意思是web.config文件?或编辑machine.config文件?在Windows / Microsoft.NET / Framework64 / etc ...文件夹

请告知

1 个答案:

答案 0 :(得分:1)

这些是命令,因此您可以在命令提示符下运行它们。在键盘上按Win R,然后输入cmd并单击“确定”。这将打开命令提示符。然后输入第一个命令并按Enter键,然后按第二个命令并按Enter键。

这可能是复制/粘贴错误,但您似乎缺少目录路径之间的反斜杠。确保在运行命令时包含这些内容。