The underlying connection was closed: The connection was closed unexpectedly

前端 未结 10 1032
忘掉有多难
忘掉有多难 2020-12-08 11:40

This exception is consistently thrown on a SOAP Request which takes almost three minutes to receive and is 2.25 megs in size.

When scouring the web I find all sorts

10条回答
  •  囚心锁ツ
    2020-12-08 12:23

    You tagged the post as .NET35, so are you using WCF?

    If so, here is an example of the App.config we use for large data sets:

    
        
          
            
              
            
          
        
        
               
        
        
          
            
              
            
          
        
      
    

提交回复
热议问题