Hi there. I have created an applicaton that requires the 2 connection strings in the app.config and some appSettings to be encrypted.
I saved my app.config as web.config and run the asp.net aspnet_regiis -pe command for both "connectionStrings" and "appSettings"
The encryption works and I can run it on my local dev box however when I try moving it on a fresh machine it fails.
Is there extra steps I need to be doing in my application to use the encrypted settings?