Installation Settings Files

7
<security mode="None" />
</binding>
</wsHttpBinding>
</bindings>
In some cases it might be needed to change the timeout settings for these binding settings. Do
not raise them above 10:00, if this would be needed, you storage environment is to slow to
work with the BackupAgent Server software.
2.4 Web.config (managementconsole)
This file is to configure the web service behavior of the BackupAgent Server.
Setting that can be adjusted are:
<httpRuntime executionTimeout="900" />
In case of a slow server or slow server response you can increase this to a higher value.
<identity impersonate="false" userName=".\CloudBackupServer" password="%PASSWORD%" />
In some cases it might be needed to change this from value false to value true to access your
storage environment.
These settings should be equal to the web.config settings from the CloudBackupService
directory.
2.5 MetaDataManagementService.exe.config
This file is used to configure the behavior of the Metadata Management Service, used for
reading and writing the metadata files from and to you storage.
Setting that can be adjusted are:
<bindings>