从另一台机器访问 IIS Express

web*_*pur 6 iis visual-studio http.sys webmatrix

我想从另一台机器访问该站点,例如 192.168.1。11:10369

我找到了一个解决方案,即:http : //bendetat.com/access-iis-express-from-another-machine.html

如果我在Web Matrix 中 运行该项目,它运行良好,
但不能从Visual Studio 运行并显示错误错误请求.. http://prntscr.com/ifz2jq(但它作为http://localhost : 10369 / )

我该怎么做.. 以便它可以通过 IP 地址从VS工作,因为它在网络矩阵和本地主机/

小智 -1

尝试这样:

iisexpress-proxy 8080 to 3000 
Run Code Online (Sandbox Code Playgroud)

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