79825454

Date: 2025-11-20 11:36:53
Score: 1
Natty:
Report link

You don't have to use any third party tool, just use you "IIS web app deploy", set "XML variable substitution" and create variables with the same name you already have it inside web.config, this simple step will replace any value in the appSettings, applicationSettings, and connectionStrings sections of any config file and parameters.xml.

More details: https://learn.microsoft.com/en-us/previous-versions/azure/devops/pipelines/tasks/transforms-variable-substitution?view=tfs-2018&tabs=Classic#xml-transformation

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kenlly Acosta