Hi,
Is it required to encrypt? If yes how to do this? What are the advantages and disadvantages?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted May 17, 2013, 6:05 AM
hi,
if you want to hide connection string detail then you may encrypt it, but it is not necessary .
Please refer
http://www.codeproject.com/Tips/304638/Encrypt-or-Decrypt-Connection-Strings-in-web-confi
http://chiragrdarji.wordpress.com/2008/08/11/how-to-encrypt-connection-string-in-webconfig/
major disadvantages with encrypted connection string is you can not change connection string easily but have put some extra afford on to do this.
also run you have put extra logic to decrypt connection string before it pass to connection.
hope this will help you.
Suma MPosted May 19, 2013, 12:43 PM