【问题标题】:Accessing IIS Express from another machine [duplicate]从另一台机器访问 IIS Express [重复]
【发布时间】: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


【解决方案1】:

试试这样:

iisexpress-proxy 8080 to 3000 

来源:stackoverflow.com/a/29971694/11600278

【讨论】:

    猜你喜欢
    • 2011-06-22
    • 1970-01-01
    • 2015-08-06
    • 1970-01-01
    • 1970-01-01
    • 2015-12-25
    • 1970-01-01
    • 2021-12-26
    • 1970-01-01
    相关资源
    最近更新 更多