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.
|
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