Hi friends,
I want to know that how we will secure our connection string information? Please explain?
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 Mar 21, 2012, 3:29 AM
Please refer
http://www.asp.net/web-forms/tutorials/data-access/advanced-data-access-scenarios/protecting-connection-strings-and-other-configuration-information-vb
http://msdn.microsoft.com/en-us/library/89211k9b%28v=vs.80%29.aspx
Hope this help.
Gohil JayendrasinhPosted Mar 21, 2012, 1:50 AM
hi
encrypt connection string information stored in the Web.config file.
http://msdn.microsoft.com/en-us/library/dx0f3cf2(v=vs.80).aspx
if it's helpful to you then please check Accepted Asnwers
Thanks