- Download the encryption tool at the bottom of this article.
- Save it to the server where the Real Magnet Universal Webservices is installed.
- Log in to your remote server and halt the Real Magnet service (Real Magnet Integration Web Service).
- Run the command prompt as Administrator.
- Navigate to the directory where the Universal Webservices is stored.
- Decrypt the connection strings by calling the encryption config tool.
EncryptConfigTool.exe -f RealMagnet.Integrations.RemoteWebService.StandaloneHost.exe -s connectionStrings -decrypt
- Return to the Real Magnet Config file, open it in a text editor, such as Notepad.
- Make the change to the connection string.
- To add a new connection string, navigate to the connectionStrings element; copy the previously created connection string and paste it below the current string.
- Name will be the Mail User ID provided.
- Be sure to save.
- Encrypt the service.
- Return to your open command prompt and remove the decrypt string; press Enter.
EncryptConfigTool.exe -f RealMagnet.Integrations.RemoteWebService.StandaloneHost.exe -s connectionStrings
This will encrypt your Real Magnet service.
NOTE: Restart the Real Magnet service.