Hi,
We have multiple developers working on the same unit test project that have unique database connection strings and user credentials.
What's the best way to store this information on a per-developer basis on their local machines, so we're not always editing a source file that gets checked into our VCS and (hopefully) reverting our changes?
Thanks!