
November 14th, 2006, 08:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 874
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
A Secure Way of Building Connection Strings
Data sources hold some of the most important enterprise information. Securing this information is a top priority for any enterprise. Data sources are accessed through the connection string, a collection of name/value pairs connected with UserID, Password, Data Source Name, etc. that specify the run time parameters for connecting to databases. This article covers the use of SqlConnectionStringBuilder for MS SQL Server in securing information.
Read the full article here: A Secure Way of Building Connection Strings
For more discussion go here: Blog Article Discussion
|