柳生飘絮 SupperSdr

知识在于积累
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年9月3日

摘要: 在调用WCF的时候经常会被not Found 404 这样的异常信息搞得一头雾水,到底什么原因呢,WCF并没有返回给我们这里我提供一方法帮助把元凶找出来:首先在WCF端要添加ServiceBehavior属性并设置IncludeExceptionDetailInFaults值为true[ServiceBehavior(IncludeExceptionDetailInFaults=true)] pu... 阅读全文

posted @ 2009-09-03 10:19 柳生飘絮 阅读(330) 评论(0) 推荐(0)