具有实体框架异常防护的 WCF Odata 服务
如何能够像使用本地 Objectcontext/dbcontext 一样使用 OData wcf 服务查看完整异常?在开发过程中,我们无法弄清楚如何让服务提供完整的错误消息作为响应。
现在,如果您没有为实体提供必填字段,您会收到通用的“请求无法处理错误”500 错误。
How does one enable the ability to see the full exception using an OData wcf service like you would using a local Objectcontext/dbcontext? In development we can't figure out how to have the service supply the full error message in response.
Right now, if you don't supply a required field for an entity you get a generic "request could not be processed error" 500 error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过这些: http://blogs.msdn.com/b/phaniraj/archive/2008/06/18/debugging-ado-net-data-services.aspx
Have you tried these: http://blogs.msdn.com/b/phaniraj/archive/2008/06/18/debugging-ado-net-data-services.aspx