简体   繁体   English

iis7中的Windows身份验证

[英]windows authentication in iis7

I am using IIS7 Windows 7 Enterprise. 我正在使用IIS7 Windows 7企业版。 I need to set up windows authentication, but it is not available in IIS7. 我需要设置Windows身份验证,但它在IIS7中不可用。

How do I get windows authentication in IIS7? 如何在IIS7中获得Windows身份验证?

Go to Control Panel => Programs => Turn Windows features on or off 转到控制面板 => 程序 => 打开或关闭Windows功能

在此输入图像描述

Once done click Ok, go to your IIS Manager, and there you should be able to see Windows Authentication in the options. 完成后单击“确定”,转到IIS管理器,您应该可以在选项中看到Windows身份验证。

To configure Windows authentication 配置Windows身份验证

You can perform this procedure by using the user interface (UI), by running Appcmd.exe commands in a command-line window, by editing configuration files directly, or by writing WMI scripts. 您可以使用用户界面(UI),在命令行窗口中运行Appcmd.exe命令,直接编辑配置文件或编写WMI脚本来执行此过程。

User Interface To use the UI 用户界面使用UI

1- Open IIS Manager and navigate to the level you want to manage. 1-打开IIS管理器并导航到要管理的级别。 For information about opening IIS Manager, see Open IIS Manager (IIS 7). 有关打开IIS管理器的信息,请参阅打开IIS管理器(IIS 7)。 For information about navigating to locations in the UI, see Navigation in IIS Manager (IIS 7). 有关在UI中导航到位置的信息,请参阅IIS管理器中的导航(IIS 7)。

2- In Features View, double-click Authentication. 2-在“功能视图”中,双击“身份验证”。

3- On the Authentication page, select Windows Authentication. 3-在“身份验证”页面上,选择Windows身份验证。

4- In the Actions pane, click Enable to use Windows authentication. 4-在“操作”窗格中,单击“启用”以使用Windows身份验证。

Ref: http://technet.microsoft.com/en-us/library/cc754628(WS.10).aspx 参考: http//technet.microsoft.com/en-us/library/cc754628(WS.10).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM