6

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

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

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

我应该怎么做..以便它可以通过 IP 地址从VS工作,因为它在 web 矩阵和 localhost/ 中运行良好

4

1 回答 1

-1

试试这样:

iisexpress-proxy 8080 to 3000 

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

于 2020-12-13T16:03:39.623 回答