IIS 7 本地 IP 访问被拒绝,但本地主机除外
我刚刚开始经历这个错误。我正在开发 MVC 应用程序并使用 Visual Studio 部署到我的 inetpub/wwwroot 目录。
当我发布并点击 http://localhost 网站时,该网站按预期工作。
当我使用我的 IP 地址 http://192.168.16.216 访问该网站时,出现以下错误
无法显示页面 无法显示页面 您提出请求的原因如下:访问被拒绝 请联系您的 如果您仍然遇到困难,请联系系统管理员。
我在所有浏览器上都会遇到此错误。我在 Windows 7 上运行 IIS7。
有什么建议吗?
I've just started to experience this error. I'm developing MVC apps and using visual studio to deploy to my inetpub/wwwroot directory.
When i publish and hit the site at http://localhost the site works as expected.
When i hit the site using my IP address http://192.168.16.216 i get the following error
Unable to display page It has not been possible to display the page
you requested for the following reason: Access Denied Contact your
system administrator if you continue to experience difficulties.
I get this error on all browsers. I'm running IIS7 on Windows 7.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如我在上面的评论中指出的:
您公司的路由器可能不允许通过端口 80 访问您的计算机。
As I pointed out in my comment above:
It's likely that your company router isn't allowing access to your machine on port 80.