Path to the settings files

Learn how to define the paths to the setting file.

By default, the setting files of connector are located in the installation directory, but you can override this behavior via adding the following tags to the <appSettings> section of the update.Server.exe.config file:

<add key="usersFile" value="[path]" />
<add key="connectorConfigFile" value="[path]" />
<add key="collectedMailboxesFile" value="[path]" />
<add key="fieldMappingFile" value="[path]" />

You can enter both, absolute (e.g. c:\\users.xml) and relative (e.g. ..\config.xml) paths. If no path is given, or one of the above listed keys does not exist, the system searches for the file(s) in the installation directory.