System.Net.WebException: The operation has timed out

前端 未结 6 637
一个人的身影
一个人的身影 2021-02-01 04:13

I have a big problem: I need to send 200 objects at once and avoid timeouts.

while (true)
{

    NameValueCollection data = new NameValueCollection();
    data.A         


        
6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-01 04:22

    proxy issue can cause this. IIS webconfig put this in

    
              
            
    

提交回复
热议问题