I am using Nant for build process. I need to change my web.config file to set end point address.
My web.config file contains 5 endpoint address and I need to change endpoint address of those node which name is like “service1“
<endpoint address="" binding="wsHttpContextBinding"
bindingConfiguration="WSHttpContextBinding_Iservice1" contract="xyz" name="**service1**">
You will need to create a target that calls xmlpoke
Sample code: