Navigation:  Web Activation Server > Tutorial Web Activation Server > Part II - Installation and Configuration > Configure a Project >

Licprotectorws.config

Previous pageReturn to chapter overviewNext page

This file is placed in the main web folder and includes definition for all projects.

 

If you are using EasyGo, the file can be found in the folder ..\EasyGo\Web Activation Server.

You have to create a definition for each project. Just copy an existing project and add a new node in the XML file.

 

The file could look as follows. Find the detail description in the list of available parameters.

 

<Configuration>

   

<Project>

     <ProjectID>demo-easygo</ProjectID>

    

     <CheckActivationKeys>yes</CheckActivationKeys>

     <NoOfAllowedKeyOccur>1</NoOfAllowedKeyOccur>

    

     <CheckEntries>yes</CheckEntries>

     <EntryRequired>no</EntryRequired>

     <NoOfAllowedEntryOccur>1</NoOfAllowedEntryOccur>

    

     <InstCodeType1>6</InstCodeType1>

     <InstCodeType2>1</InstCodeType2>

     <InstCodeType3>3</InstCodeType3>

 

     <AllowReactivation>Yes</AllowReactivation>

   < MinIdenticalInstcodes>3< MinIdenticalInstcodes>

    <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.xml</GeneratorConfig>

    

  </Project>

 

<Project>

     <ProjectID>project2</ProjectID>

    

    

     .... definitions for project 2

    

  </Project>

 

</Configuration>

 

 

 


Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.5/help2000/index.html?licprotectorws_config.htm