Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7218
  • 博文数量: 3
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 10
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-21 16:23
文章分类
文章存档

2014年(2)

2013年(1)

我的朋友

分类: C#/.net

2014-08-01 16:41:05

使用VS进行在线调试的时候,可以直接发布到IIS上,下断点调试具体做法:
1,修改Web程序的属性

2,右键打开IIS Express - 》 显示所有程序

3,点击对应的项目文件,找到其配置文件
D:\My Documents\IISExpress\config\applicationhost.config
修改对应的行为

点击(此处)折叠或打开

  1. <bindings>
  2.                     <binding protocol="http" bindingInformation="*:13118:localhost" />
  3.                     <binding protocol="http" bindingInformation="*:13118:10.10.10.10" />
  4.                 </bindings>

阅读(379) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~