In my .net application version 4.0, we are displaying both the userID and password in the connection string of app config file. I wanted to know how to secure the ID n Password - which can be implemented with minimal effort.
<db:provider id="dbProvider" provider="System.Data.SqlClient" connectionString="Data Source=AdventureWorks;Initial Catalog=userDB;Persist Security Info=True;User ID=sa;Password=XXXXX"/>