Issue:
Time Out error when using Netbotz Webservices API
Product Line:
NetBotz
Environment:
NetBotz web API
Cause:
Configuration/compatibility
Resolution:
We have seen in some instances when using Netbotz Webservices API and the latest .NET that an application may time out. In such cases, the following setting should be made to .NET:
System.Net.ServicePointManager.Expect100Continue = false;