To ensure security, you must specify a username and password for authentication with MyCommerce in 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 username/password authentication (for example, if the username and password are user/k62H23d).
<add key="ShareItUser" value="user"/> |
<add key="ShareItPassword" value="k62H23d"/> |
NOTE: The ShareItIPAddressStart and ShareItAddressEnd XML tags were obsoleted since MyCommerce no longer supports authentication using the IP address range method. |
See Also