Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Managing Configuration Files



  • I have a scenario in which i have different configuration files for three environments. In my current version which i want to deploy have massive changes in web.config. if i go to configuration section and try to get the latest files from SCM then all of my previous changes will gone. what i can do to get just the changes from SCM?

    Product: BuildMaster
    Version: 4.3.9



  • In .net, it's usually best to split out your web.config files into multiple files using the configSource option.

    So, <appSettings configSource="web_appSEttings.config" />

    This way, you only need to edit web_appSettings.config when a key changes.



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation