System.Net.WebException: The request was aborted: the request was cancelled

前端 未结 5 485
余生分开走
余生分开走 2021-02-04 06:45

I have a WCF service that has been giving me this error under load conditions (and I can\'t seem to recreate the error otherwise). We\'ve been trying to find a way around it for

5条回答
  •  醉酒成梦
    2021-02-04 07:38

    I had this problem when trying to upload large files. I had to add this to the web.config of the web services

    
      
    

提交回复
热议问题