|
|
|
|
|
Securing the Connection String in Asp.Net |
|
|
By mani on
Saturday, November 01, 2008
|
|
|
|
Basically we can use the web.config file to save our connection string. We can easily altering the connection string if it changes in the future. When we store the connection string in the web.config file it's stored in a readable form. If anyone can open the web.config file he can read the connection string and security will be lose.
So In this article we will see that how we can secure our connection string by encrypting it.
|
 |
|
Comments (0)
|
More...
|
|