
December 21st, 2005, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 848
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Encoding the Connection String
String connection information is used while connecting to databases, and sometimes stored in a web.config file. If that file is in clear text, it represents a security risk for the database. This article describes a simple way to encode that text to help keep the information out of dangerous hands.
Read the full article here: Encoding the Connection String
For more discussion go here: Blog Article Discussion
|