×
Menu

Updating Server

Update the aqua Server by executing the installer package “aqua For IIS Installer.exe”.
Afterwards please extend the web.config-file which is usually located in folder
 
C:\Program Files\andagon GmbH\aqua For IIS\Web\Webservice
 
Please add the following two lines between <service>...</service> if they are missing:
 
<wellknown mode="Singleton" type="aqua.BusinessLogic.DiscussionManager, aquaBusinessLogic" objectUri="DiscussionManager.soap"/>
<wellknown mode="Singleton" type="aqua.BusinessLogic.PollingManager, aquaBusinessLogic" objectUri="PollingManager.soap"/>
 
The result should be similar to this: