How to manage connectionstring in c# application.Is it a good practise to encrypt the string within the database connection class in the project ?
sqlcon = new SqlConnection(@"Data Source=" + strServer + ";AttachDbFilename=" + path + ";Integrated Security=True;Connect Timeout=120;User Instance=True");