码迷,mamicode.com
首页 > Windows程序 > 详细

.net api项目在本地运行,将本地localhostg访问改成ip访问(局域网联调调试本地项目)

时间:2020-01-13 12:32:48      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:format   number   出现   comm   form   for   html   host   toc   

1.运行你本地的项目

技术图片

 

 2.在电脑右下角找到iis express正在运行的程序

3点击当然运行的localhost项目,会出现配置

4.点击配置,打开文件

5.找到

      <!--这一行是原来的-->

       <binding protocol="http" bindingInformation="*:18330:localhost" />
      <!--这一行是增加的-->
       <binding protocol="http" bindingInformation="*:18330:192.168.0.110" />
6.保存文件,关闭项目,然后以管理员身份运行即可

.net api项目在本地运行,将本地localhostg访问改成ip访问(局域网联调调试本地项目)

标签:format   number   出现   comm   form   for   html   host   toc   

原文地址:https://www.cnblogs.com/yjm8023/p/12186599.html

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