|
|
|
|
Securing the Connection String in Asp.Net |
|
Mani's Articles
|
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...
|
|
|
|
|
|
|
Pointers made simple - Part 1 |
Articles
Programming
|
By ganesh on
Monday, May 12, 2008 8:39 PM
|
|
|
|
Don’t lose your nerve when you forced to work with pointers? Pointer is an interesting feature of C language. It plays a vital role in major C programs. I hope this article makes you to understand pointers easily and takes you up to the level of playing with pointers.
|
 |
|
Comments (3)
|
More...
|
|
|