【发布时间】:2013-08-31 00:37:55
【问题描述】:
根据标题,有人可以帮忙吗?
只是一个例子:
<system.ftpServer>
<security>
<ipSecurity>
<add ipAddress="1.2.3.4" subnetMask="255.255.255.0" />
</ipSecurity>
</security>
</system.ftpServer>
我想添加一个标签作为第一个元素,以停止从其父元素委派的元素。 以及之后。
所以它看起来像这样:
<system.ftpServer>
<security>
<ipSecurity>
<clear />
<remove ipAddress="1.1.1.1" />
<add ipAddress="1.2.3.4" subnetMask="255.255.255.0" />
</ipSecurity>
</security>
</system.ftpServer>
【问题讨论】:
标签: shell powershell iis-7 scripting