Chinaunix首页 | 论坛 | 博客
  • 博客访问: 160853
  • 博文数量: 13
  • 博客积分: 3084
  • 博客等级: 中校
  • 技术积分: 259
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-15 11:57
文章分类

全部博文(13)

文章存档

2015年(2)

2014年(1)

2013年(7)

2012年(3)

我的朋友

分类: C#/.net

2014-04-15 11:09:34

使用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>

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