【发布时间】:2012-01-31 18:34:47
【问题描述】:
我正在使用 Nant 进行构建过程。我需要更改我的web.config 文件来设置端点地址。
我的 web.config 文件包含 5 个端点地址,我需要更改名称类似于“service1”的那些节点的端点地址
<endpoint address="" binding="wsHttpContextBinding"
bindingConfiguration="WSHttpContextBinding_Iservice1" contract="xyz" name="**service1**">
【问题讨论】: