我正在尝试删除Web.Release.config文件中的所有服务端点 mexHttpBinding节点。我找到了这个答案:(
我从我的代码文件中复制,所以它的格式实际上与答案不同)
<services>
<service>
<endpoint binding="mexHttpBinding"
xdt:Locator="Match(binding)"
xdt:Transform="RemoveAll" />
</service>
</services>
我收到
的警告<service>
在节点上:
缺少必需的属性“名称”。
我是否需要在节点的属性中添加一个空字符串或通配符(如果有)来解决此警告?
另外,上述转换是否应该与节点一起包装,或者不?name
<service>
<system.serviceModel>