Wednesday, October 28, 2009

Why Team Build won't customize app.config

I was bashing my head over app.config not getting customized upon deployment, even though I confirmed values changed in app.config before the compile step.
 
Then it occurred to me that I was using user settings, and that a Settings.settings file was being generated.  It looks like this modifiying this file for default values is actually more important that modifying the app.config file, depending on how you are doing your settings.