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

无法自动调试 未能调试远程过程。这通常说明未在服务器上启用调试 WCF 托管在IIS上

时间:2015-07-16 11:36:58      阅读:256      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 

解决方案,把新建的网站的app.config修改下配置

<system.web>
<!-- 
设置 compilation debug="true" 可将调试符号插入 
已编译的页面中。由于这会 
影响性能,因此请只在开发过程中将此值 
设置为 true。
-->
<compilation debug="false">
</compilation>
</system.web>

把false改为true

 

之后再启动客户端的话,会提示这个

Security Warning: Attaching to a process owned by an untrusted user can be dangerous. If the following information looks suspicious or you are unsure, do not attach to this process

技术分享

 

选择附加就可以了

无法自动调试 未能调试远程过程。这通常说明未在服务器上启用调试 WCF 托管在IIS上

标签:

原文地址:http://www.cnblogs.com/chucklu/p/4650534.html

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