Both server and client have a configuration file for the communication with WCF (Windows Communication Foundation). The Client file is located at the program folder (C:\Program Files (x86)\Aiolos\Aiolos Forecast Studio) and has the same name as the “.exe” file with the extra “.config” at the end. The server file is located under the webservice folder (C:\inetpub\wwwroot\NewAiolosService) and has the name “Web.config”.
Under <configuration><bindings> it’s possible to set time out for close, open, receive, send and inactivity.
On the Client side send timeout should be set to be longer than the longest possible forecast. The other timeouts doesn´t seem to apply.
On the Server side receive timeout should be set to be long because idle session events. The other timeouts doesn´t seem to apply.