how to create hidden web site on IIS

。_饼干妹妹 提交于 2020-01-15 06:57:12

问题


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

How to create hidden web sites on IIS?


回答1:


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.) 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.) Setting specific permissions in IIS (under Authentication and access control)



来源:https://stackoverflow.com/questions/2015237/how-to-create-hidden-web-site-on-iis

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!