Question

I need to switch out an IP address in multiple WCF services in web.config. With web.config transformation, is there any way, besides specifying each an every address by xpath, to create a search and replace statement. E.g. switch out IP address 1.2.3.4 with 4.3.2.1 for all instances of 1.2.3.4

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top