i would like to use the "ConfigurationManager" settings, that i can create in VS 2008 ( see image ), to create different behaviors in my web.config or app.config files... for example i want to use different connection strings, if the "debug"-configuration is active, like:
<configuration>
<connectionStrings configSource="connectionStrings.config.$(ConfigurationName)"/>
</configuration>
Any suggestions how to do that? ( Or maybe in another way than this? )
Thanks