What's a good solution to have a configuration settings specific to a machine?
Posted
by Rubans
on Stack Overflow
See other posts from Stack Overflow
or by Rubans
Published on 2010-03-26T12:02:02Z
Indexed on
2010/03/26
12:13 UTC
Read the original article
Hit count: 258
c#
HI, I want to have set configuration settings for a unit test project that is only relative for one machine ( i.e build machine). So for e.g. is the unit test project is being compiled on a developer machine then use settings A from App.config, if it's compiled on a build machine then use settings B from App.config. Is there a best practice for this sort of things?
© Stack Overflow or respective owner