IIS Windows 身份验证替代方案

发布于 2024-12-09 03:59:30 字数 235 浏览 0 评论 0原文

对于我刚刚移动的 .NET 1.1 网站,有一个文件夹使用 Windows 身份验证受到 IIS (6) 的密码保护。新服务器正在运行 IIS 7,并且主机不想安装 basicAuthentication 或 windowsAuthentication 角色,因为它是共享服务器。还有哪些其他方法可以保护此文件夹?它只需要一个用户名/密码,不需要任何特殊的管理。

我以为我看到 IIS 7 有自己的用户和身份验证系统,这是一个可行的选择吗?

For a .NET 1.1 website that I just moved, there is a folder that was password protected from IIS (6) using windows authentication. The new server is running IIS 7 and the host does not want to install basicAuthentication or windowsAuthentication roles because it's a shared server. What other alternatives are there to protecting this folder? It only needs a single username/password and doesn't need any special management.

I thought I saw IIS 7 had it's own users and authentication system, is this a viable option?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风启觞 2024-12-16 03:59:30

您可以将安全性放在用户、用户组或角色的特定文件夹的 web.config 中:

在 web.config 中设置特定页面或文件夹的授权规则

You can put security in the web.config on a particular folder for a user, set of users, or a role:

Setting authorization rules for a particular page or folder in web.config

东京女 2024-12-16 03:59:30

这篇关于在 IIS 7 中配置身份验证的 TechNet 文章绝对值得一读。

This TechNet article about Configuring Authentication in IIS 7 is definitely worth reading.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文