Error Status Code: 'InternalServerError'
Details: The server encountered an error processing the request.
Please see the server logs for more details.但 Visual Studio 沒有拋出任何 exception。
在 Service class 加以下 attribute
[ServiceBehavior(IncludeExceptionDetailInFaults = true)]※ 注意是加在 class,不是 method。
再用 fiddler 的 web view 就可以看到被隱藏的錯誤訊息了(通常是參數序列化轉換的問題)。
ref: SO
沒有留言:
張貼留言