【发布时间】:2018-07-28 04:30:12
【问题描述】:
我想从另一台机器访问该站点,例如 192.168.1。11:10369
我找到了解决办法,就是:http://bendetat.com/access-iis-express-from-another-machine.html
如果我在 Web Matrix 中运行该项目,效果会很好
但不适用于 Visual Studio 并显示 Error Bad Request.. http://prntscr.com/ifz2jq(但它可以正常工作为 http://localhost:10369/)
我应该怎么做.. 以便它可以通过 IP 地址从 VS 工作,因为它在 web 矩阵和 localhost/
中运行良好【问题讨论】:
-
IIS Express 不接受来自其他机器的连接,但您可以使用我们名为 Conveyor 的免费 VS 扩展来解决这个问题。 marketplace.visualstudio.com/…
标签: visual-studio iis webmatrix http.sys