Accessing IIS 7.5 Express from another machine on the intranet

我是研究僧i 提交于 2019-12-03 16:44:30

问题


I am running on VS 2010 Pro with SP1 Beta and IIS 7.5 Express. Everything is working fine, but I am trying to access the site from another machine on our intranet and it does not seem to see anything, I simply get a:

"Oops! This link appears to be broken."

error in Chrome. Even if I am on the machine and type in:

123.45.6.8/SiteName

instead of:

localhost/SiteName

(which works), I get the error. Can this be done with IIS 7.5 Express? Thank you.


回答1:


IIS Express by default only supports local connections - according to a statement by ScottGu, there should be an option to explicitly enable remote connections, however.

See this blog post: Serving External traffic with WebMatrix for how to do this.



来源:https://stackoverflow.com/questions/4924830/accessing-iis-7-5-express-from-another-machine-on-the-intranet

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