my continuous integration server (TeamCity) is configured to run all the unit tests in our app on build. Prior to running those tests, i need to change some of the appSettings t
I suggest that you wrap your config lookups, extract an interface and stub this when testing.