Encrypting the AppSettings Section within the Web.config file
It is important to encrypt the “appSettings” section in the web.config file, so any sensitive information such as your Communication API Key is unreadable in the file.
To encrypt this file, follow this complete guide: Encrypting Configuration Files