I am trying to change the default value of my connectionString in my application. How do I change it such that it redirects to a database in my system?
Here is my code:
private static string connectionString = ConfigurationManager.ConnectionStrings["sqlcn"].ConnectionString.ToString();
Thank you!