码迷,mamicode.com
首页 > 其他好文 > 详细

VS的IISExpress配置通过IP访问程序

时间:2017-05-10 18:56:48      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:程序   image   exp   eve   项目   protocol   nbsp   net   document   

打开C:\Users\用户\Documents\IISExpress\config\applicationhost.config

获取本地VS项目运行起来的端口,比如技术分享

然后在文本里搜索  24395 

技术分享

 

</application>
<bindings>
<binding protocol="http" bindingInformation="*:24395:localhost" />

<binding protocol="http" bindingInformation="*:24395:192.1.xxx.xxx" />    //新增一条
</bindings>
</site>

 

管理员运行CMD:执行netsh http add urlacl url=http://192.1.xxx.xxx:21459/ user=everyone    

VS的IISExpress配置通过IP访问程序

标签:程序   image   exp   eve   项目   protocol   nbsp   net   document   

原文地址:http://www.cnblogs.com/wdw31210/p/6837397.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!