使用VS进行在线调试的时候,可以直接发布到IIS上,下断点调试具体做法:
1,修改Web程序的属性
2,右键打开IIS Express - 》 显示所有程序
3,点击对应的项目文件,找到其配置文件
D:\My Documents\IISExpress\config\applicationhost.config
修改对应的行为
-
<bindings>
-
<binding protocol="http" bindingInformation="*:13118:localhost" />
-
<binding protocol="http" bindingInformation="*:13118:10.10.10.10" />
-
</bindings>
阅读(7274) | 评论(0) | 转发(1) |