Hi Team,
I am facing difficulty while config transformation.My asp.net application has one web.config and multiple sub configs referred in web.config , please see attached config structure.few sub configs are environment specific for example connectionString.config, accountManagement.config and appsettings.config . these files should change in each environment. All env specific configs are kept in separate folder is part of nuget package as show in attached screenshot.
To perform config transformation i am using Configuration Transform and variable substitution features .
For this transform, i added one new config (web.release.config) on root of the website and copied all web.config and its sub config content to web.release.config file also replaced environment specific tag with octopus variable.
I am not sure whether it is correct way to do this transform.Please suggest . I am attaching my project config structure and log file.
ServerTasks-3309.log.txt (9 KB)