|
Is it possible to have one set of application settings for the debug version of a windows app and another set for the release version? Some of the settings in my app include things that change between environments such as URLs and database servers. It would be great to specify the live settings for the release version of my app and have them deployed through clickonce whilst still keeping my development set of settings for when I'm working on the debug version.
If not is there another way to achieve this? Don't really want to have to go back to Windows Installer and custom install actions.
TIA
John. |