<add key="DbConnectionString" value="server=SQLServerName[/InstanceName];database=DatabaseName;Integrated Security = True; " />
Check the Windows server region and language settings. If possible transfer them 1 to 1 to the new server. Otherwise it can cause undesired effects when converting strings to date or numeric values in mappings, if the corresponding functions2) were not applied correctly or an automatic type conversion must be done3).
Note: We recommend a so-called SA account when using MS-SQL Server. This is specified in the configurator for the authorization of the eBiss database instance. (Integrated Security also works, of course, but requires that the account under which the eBiss service is running has the appropriate database rights. )
<add key="DbConnectionString" value="server=SQLServerName[/InstanceName];database=DatabaseName;Integrated Security = True; " />
<add key="PluginManager.MapCustomTypeId" value="Company code" />
Note: the new DB must have the same DB schema