Skip to content

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.

  1. Open a command prompt
  2. Change directory to the CALUMO installation directory, usually this is located at c:\\inetpub\\wwwroot\\calumo
  3. Run the following command to encrypt the web.config
  4. aspnet_regiis -pef appSettings
  5. Perform an IISReset to recycle IIS.
Back to top