Posted by a ceTe Software moderator
Hello,
Below is syntax to add multiple license keys to a config file for older version. Please note that this may be different for different products and versions. The most up to date and accurate place to find this information is in our CustomerArea.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ceTe.ServerLicenseKey" value="Add license key here" />
<add key="ceTe.ServerLicenseKey.2" value="Add another license key here" />
<add key="ceTe.ServerLicenseKey.3" value="Add one more license key here" />
</appSettings>
<system.web>
<!-- Place your system.web setting here -->
</system.web>
</configuration>
Thanks,
ceTe Software Support Team