I used this article to encrypt my app.config
. The problem is that when I test this app on another computer and that system couldn't decrypt the connection string.
I also read this article on MSDN and note that
The connection string can only be decrypted on the computer on which it was encrypted.
Now how can I encrypt connection string in app.config
?