问题描述
我在保存更改期间收到DataServicesReqquestException状态代码是500. Fiddler是排除故障的唯一方法吗?我试过了:
I am getting DataServicesReqquestException during saving the changes Status code is 500. Is Fiddler the only way to troubleshoot it? I tried:
config.UseVerboseErrors = true;
推荐答案
一般来说,Fiddler是对于调试这些问题非常有用。即使有详细错误并且包含...,客户端也很可能抛出一个一般错误,该错误只包含消息中的服务器端错误。这不是发生了吗?或者你是
希望获得更具描述性的异常类型/消息?
In general, Fiddler is very useful for debugging these kinds of issues. Even with verbose errors and include..., the client will very likely throw a general error which just contains the server-side error in the message. Is that not happening? Or are you hoping for a more descriptive exception type/message?
如果你想回复回复的内容,我很乐意提供帮助你找出根本原因。
If you'd like to reply with the contents of the response, I'd be happy to help you figure out the root cause.
这篇关于如何解决帖子上的DataServicesReqestException问题?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!