I have a big problem: I need to send 200 objects at once and avoid timeouts.
while (true) { NameValueCollection data = new NameValueCollection(); data.A
I encountered the same error than adding
Task.Delay(2000);
in each request solved the problem