首页 > 其他 > 详细

IISExpress实现外部访问

时间:2014-11-06 19:24:55      阅读:300      评论:0      收藏:0      [点我收藏+]

首先修改IISExpress配置文件 \IISExpress\config\applicationhost.config

    在website中添加一个binding <binding protocol="http" bindingInformation="*:8080:[计算机名或外部IP地址]" />

其次添加路由 netsh http add urlacl url=http://myhostname:8080/ user=everyone

IISExpress实现外部访问

原文:http://www.cnblogs.com/qb339814873/p/4079515.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!