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 the detail description in the list of 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>
<GeneratorPath>C:\Inetpub\wwwroot\lptest\lpweb\bin\alg</GeneratorPath>
<GeneratorApp>AutoLicGenerator.exe</GeneratorApp>
<GeneratorConfig>config-autogenerator-EasyGo.xml</GeneratorConfig>
</Project>
<Project>
<ProjectID>project2</ProjectID>
.... definitions for project 2
</Project>
</Configuration>
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.7/help2000/index.html?licprotectorws_config.htm