如何在 IIS 上创建隐藏网站 [英] how to create hidden web site on IIS

查看:21
本文介绍了如何在 IIS 上创建隐藏网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在 IIS 6.0 上隐藏网站.我的目标是配置一些用户不显示和不管理一些网站.例如:
User1 (Group: Administrator) 用户只显示和配置 website1
User2(组:其他组)用户只显示和配置网站2

I need to hide web sites on the IIS 6.0. My target is to configure some user don't show and don't administrate some web sites. For example:
User1 (Group: Administrator) user only show and configure website1
User2 (Group: Other group) user only show and configure website2

如何在 IIS 上创建隐藏网站?

How to create hidden web sites on IIS?

推荐答案

如果隐藏"网站是指控制访问,那么听起来您需要将某种由您控制的安全性封装到站点中.这可以通过几种不同的方式实现:

If by "hidden" websites you mean control access, then it sounds like you need to wrap some sort of security, that you control, into the sites. This can be accomplished a couple of diffrent ways:

1.) 构建自己的身份验证引擎
2.) 使用 ASP.NET 会员资格(假设您是 .Net 商店)

1.) Building your own home grown authentication engine
2.) Using ASP.NET membership (assuming you are a .Net shop)

如果你想编写任何代码,你可以:

If you want to code anything you can:

3.) 在 IIS 中设置特定权限(在身份验证和访问控制下)

3.) Setting specific permissions in IIS (under Authentication and access control)

这篇关于如何在 IIS 上创建隐藏网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆