How do I safely store database login and password in a C# application?

There is a nice MSDN article about how to secure connection strings in .Net.

You might want to use protected configuration.

Leave a Comment