The product configuration file is automatically uploaded if you use the TAB Activation Server, Update project on the Activation Server within Licence Protector application.
You can modify the settings within the product configuration.
Only if you need settings, which are not available through the user interface, edit the project.config file directly.
This files replaces the formerly used project.config file in the main web folder, which is still supported for backward compatibility.
For each project you need a project config file in the folder \pconfig . It needs the extension .config.
Example
.\pconfig\easy-go.config
If you are using EasyGo, a sample file can be found in the folder ..\EasyGo\Web Activation Server. Hosting customers should use the files from the folder ..\EasyGo\Web Activation Server\Files for Mirage Hosting
The file could look as follows. Find below the detail description of all available parameters.
<Configuration>
<Project>
<ProjectID>demo-easygo</ProjectID>
<ProjectDescription>Easy Go application Version 1.3 </ProjectDescription>
<IsSerial>QHD001</IsSerial>
<CheckActivationKeys>yes</CheckActivationKeys>
<StoreKey>yes</StoreKey>
<NoOfAllowedKeyOccur>1</NoOfAllowedKeyOccur>
<CheckEntries>yes</CheckEntries>
<EntryRequired>no</EntryRequired>
<NoOfAllowedEntryOccur>1</NoOfAllowedEntryOccur>
<InstCodeType1>6</InstCodeType1>
<InstCodeType2>1</InstCodeType2>
<InstCodeType3>3</InstCodeType3>
<AllowReactivation>Yes</AllowReactivation>
Use either
< MinIdenticalInstcodes>3</MinIdenticalInstcodes>
or an individual definition
<CheckInstCodeType1>1</CheckInstCodeType1>
<CheckInstCodeType2>2</CheckInstCodeType2>
<CheckInstCodeType3>3</CheckInstCodeType3>
<CheckLicenceDays>30</CheckLicenceDays>
<CustomerInfoMapping>last</CustomerInfoMapping>
<MultipleLVS>true</MultipleLVS>
<NumberOfKeysToDisplay>1</NumberOfKeysToDisplay>
<LvsDefaultName>Default</LvsDefaultName>
<LvsOverwriteServerChanges>true</LvsOverwriteServerChanges>
<GeneratorPath>C:\Inetpub\wwwroot\lptest\lpweb\bin\alg</GeneratorPath>
<GeneratorApp>AutoLicGenerator.exe</GeneratorApp>
<GeneratorConfig>config-autogenerator-EasyGo.xml</GeneratorConfig>
<TicketValidMinutes>1440</TicketValidMinutes>
</Project>
</Configuration>