Configuring Activation Server for ShareIt KeyGen

To ensure security, you can restrict access to the ShareIt KeyGen from specific server addresses only. You can edit the Web.Config file to add a range of allowed IP addresses via the values of ShareItAddressStart and ShareItAddressEnd. If both values are left blank, the ShareIt KeyGen can be accessed from any IP addresses.

 

note NOTE: The Share-it! server addresses currently range from 85.255.19.0 to 85.255.19.255. However, please consult the Share-it! Key Generator SDK document for the latest information as this address space might change in the future.

 

To Edit the Web.Config File

1.       Use an editor to open the Web.Config file from the following directory: \ACTIVATIONSERVER\PRECOMPILEDWEB\MANAGER

2.       Edit the following XML tags for the allowed range of IP addresses:

<add key="ShareItIPAddressStart" value="85.255.19.0"/>

<add key="ShareItAddressEnd" value="85.255.19.255"/>

See Also

·         Testing ShareIt KeyGen