Storing DB password in config file

  • Thread starter Thread starter A
  • Start date Start date
A

A

Hi all,

I am trying to store our DB password in an App.Config file (encrypted of
course) but am not sure if I am following a best practice or standard
approach. Can anyone point me in the right direction? I have done some
searching on MSDN but everything seems geared at ASP.Net user security.

Thanks
 
A standard approach for storing secrets is to put them in registry keys
rather than in app.config

Regards,
John Wadie
 

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

Back
Top