WCF Data Service - How To Diagnose Request Error?

前端 未结 1 1548
别那么骄傲
别那么骄傲 2020-12-09 16:52

I have an application which will use WCF to serve up various chunks of data to clients. However, due to the size of some of the sets of data that will be returned (and that

1条回答
  •  我在风中等你
    2020-12-09 17:42

    It sounds like you are only seeing the generic "Response Error" message. To see the details of that message you need to modify the behavior to "includeExceptionDetailInFaults".

    You can change the behavior in your config file.

    
        
            
    
        
    
    
        
            
                
            
        
    
    

    0 讨论(0)
提交回复
热议问题