Preventing Timeout while debugging XML Web Services
When debugging XML Web Services, an exception appears indicating the operation has timed out. To resolve this problem, set the TimeOut property on the XML web service object to -1. This will set it to infinite timeout.
This tip was found in "Debugging Applications For Microsoft .Net and Microsoft Windows"
This tip was found in "Debugging Applications For Microsoft .Net and Microsoft Windows"
Comments