asp.net database password management

R

Ryan

Is there an accepted strategy/design for database password management?

Multiple asp.net web applications all talking to the same database.
Each web app is on a separate machine and connectivity between
machines is not guaranteed. ***SQL Server authentication is
required.*** We currently store the username and password in each
web.config file. New regulations require our clients to update their
database passwords periodically. Rather than forcing the user to
update each web.config file, we would like to provide a central
database username/password management interface. Preferable, the
management UI would be part of a web application also talking to the
same database. Any ideas?

Thanks.
Ryan
 
R

Ryan

Let me ask a more straight-forward question. In a web farm
environment, there are many machines running the same web app all
pointing to the same database. The database connection string is
stored in each web app's web.config file. When the db user password
changes, what is the strategy for updating the web.config files?
Update each web.config by hand? Is there some other accepted practice
for update or storage or the db connection info in this type of
environment?

Thanks again.

Ryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top