Encrypting the CALUMO Configuration¶
Before upgrading the CALUMO web server, you must ensure that the web.config is in a decrypted state
Follow these steps to encrypt your web.config so that any passwords are securely stored. Encryption is optional.
- Open a command prompt
- Change directory to the CALUMO installation directory, usually this is located at
c:\\inetpub\\wwwroot\\calumo
- Run the following command to encrypt the web.config
- aspnet_regiis -pef appSettings
- Perform an IISReset to recycle IIS.