I am using VS2010 C#.NET 3.5 and application settings (the Settings.settings file). What I want to do is have different settings for my development and production environmen
We never override our web.config file on the production systems. If additional settings/keys are added, we paste them in at the time of publishing.