One of the security requirements of my project is to remove connectionString data from the web.config file. This data must be encrypted and stored outside of the application and decrypted only when application needs to connect to database.
Is it possible to remove connectionStrings section in the web.config and register a connectionString provider external to the Sitefinity? This provider will handle retrieving connectionString data and decrypting it.
Thanks,
Zia