I am using an entity structure in an ASP.NET 3.5 web application.
What is the best practice to store the database connection string in a secure (encrypted) way? (I'm using a username / password to get into the database)
(I will often delete this model, as in 2007, the database designer does not update the foreign key very well).
An option is to encrypt the configuration section in your web.config file that holds the connection string. See for more information.
Comments
Post a Comment