encryption conncetion string
-
hi friends how to give the encryption conncetion string in web config using ASP.net1.1 version regards saravanan
-
hi friends how to give the encryption conncetion string in web config using ASP.net1.1 version regards saravanan
saravanan05 wrote:
how to give the encryption conncetion string in web config using ASP.net1.1 version
There is no predefined method to encrypt connection string. You need to use Encryption classes provided with .NET framework.
-
hi friends how to give the encryption conncetion string in web config using ASP.net1.1 version regards saravanan
http://www.codeproject.com/aspnet/secure_connectionstrings.asp[^] Tip: Your other post in Dotnetspider (cloned to here) is here for your reference: http://www.dotnetspider.com/qa/Question96109.aspx[^] :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
http://www.codeproject.com/aspnet/secure_connectionstrings.asp[^] Tip: Your other post in Dotnetspider (cloned to here) is here for your reference: http://www.dotnetspider.com/qa/Question96109.aspx[^] :)
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
Still I am not getting what will the benefit on encrypting connection string ? Connection string written in Web.Config is not publicly visible, ASP.NET won't server .config files too. Then what is the use of encrypting ?
-
Still I am not getting what will the benefit on encrypting connection string ? Connection string written in Web.Config is not publicly visible, ASP.NET won't server .config files too. Then what is the use of encrypting ?
N a v a n e e t h wrote:
ASP.NET won't server .config files too. Then what is the use of encrypting
This link would help you understand this: http://www.codeproject.com/aspnet/secure_connectionstrings.asp?msg=398633#xx398633xx[^]
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Still I am not getting what will the benefit on encrypting connection string ? Connection string written in Web.Config is not publicly visible, ASP.NET won't server .config files too. Then what is the use of encrypting ?