I cannot seem to work out how you would change the following
<configuration>
<location path="hello123">
<.../>
</location>
</configuration>
to
<configuration>
<location path="world321">
<.../>
</location>
</configuration>
without removing the first and adding the second. Any help with this would be great.
Thanks
You can use
SetAttributes, like this:You can test this and other transformations on the AppHarbor web.config transformation tester.