I used the following command to encrypt my connection string but an error ocurred
"The connection name 'DatabaseConnectionString1' was not found in the applications configuration or the connection string is empty"
How can I encrypt it while keeping the application working?
The command used was
aspnet_regiis -pef "connectionStrings" "C:\Users\ANAS\Documents\Visual Studio 2008\WebSites\WebSite7"
What if I move the encrypted application to another computer? Will it work?