Where to store DB Name and Password

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi, I've got a SQL Server backend where I'm testing a new app and I'm
currently storing the DB name and password in a table. I suppose this
is secure to some extent, but what would you recommend, or is this the
defacto location for this type of data?

~Paul
 
If you are talking about asp.net app with a sql server backend, then the
recommended place to store this information is in the web.config file.

HTH
 
Back
Top