.NET different application settings for development and release

Posted by Daniel Skinner on Stack Overflow See other posts from Stack Overflow or by Daniel Skinner
Published on 2010-03-12T12:16:20Z Indexed on 2010/03/12 12:17 UTC
Read the original article Hit count: 445

Filed under:
|

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 environments without having to litter my code with conditional statements checking for debug mode. What is the common approach to this problem?

© Stack Overflow or respective owner

Related posts about c#

Related posts about application-settings