【发布时间】:2011-06-01 18:51:29
【问题描述】:
我正在运行 Win7、IIS7,并使用 Windows 身份验证为 Intranet 建立了一个网站。当我为我的 URL 输入我的 IP 时,我可以访问该网站,但其他登录到 Intranet 的用户无法看到该网站。 IE 只是给他们一个“网站无法显示”。
以下是我正在模拟的网站的 webconfig,并将 Windows 作为身份验证模式。
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
<identity impersonate="true" />
<authentication mode="Windows"></authentication>
</system.web>
</configuration>
我是否缺少任何读取权限?
以下是有权访问该站点的当前用户和组:
IIS_WPG
Administrators
USERS(myusername\Users)
IIS_IUSRS(myusername\IIS_IUSRS)
【问题讨论】:
-
其他用户是否也通过IP访问它?他们甚至可以ping/看到这个服务器吗?
-
是的,其他用户可以ping通。