Topic by Mike
Content
I am trying to run Update() on 1000 Answer objects but it does not complete before the timeout kicks in.
System.TimeoutException: The request channel timed out while waiting for a reply after 00:00:59.9375996. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'https://blah.custhelp.com/cgi-bin/blah.cfg/services/soap' has exceeded the allotted timeout of 00:00:59.9840000. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out
I set all my bindings to 10 minutes as well as app.config timeouts to 10 minutes
How do I increase this timeout? Am I doing something wrong for it to take longer than 1 minute?