How do I modify which connection string a model uses?
Posted: Thu 21 Apr 2011 05:58
For my project I have to travel between the client's site and my workplace, so I have to test my code on their site's database too.
My purpose is to have 2 connection strings listed in web.config, one for my workplace, and one for the client's site. Remote connection is not possible due to security issues.
How do I modify which connection string my model is using?
My purpose is to have 2 connection strings listed in web.config, one for my workplace, and one for the client's site. Remote connection is not possible due to security issues.
How do I modify which connection string my model is using?