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

IISExpress实现外部访问

时间:2014-11-06 19:27:38      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   os   for   sp   文件   on   bs   

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

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

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

IISExpress实现外部访问

标签:style   http   io   os   for   sp   文件   on   bs   

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

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