Issue

[WCF] - Odata Service 访问失败,查看具体错误信息的方法

解决

为 Data Service 配置属性如下:
[System.ServiceModel.ServiceBehavior(IncludeExceptionDetailInFaults = true)]

参考

相关文章:

  • 2022-01-28
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-05-21
  • 2021-10-27
  • 2021-11-13
  • 2021-12-29
猜你喜欢
  • 2022-01-13
  • 2021-12-22
  • 2022-12-23
  • 2021-11-21
  • 2021-12-05
  • 2022-12-23
  • 2021-10-05
相关资源
相似解决方案