我们的web.configs很好地转换了。
但是,仅针对其中一个,我们需要将所有这些添加到web.config。
不确定如何添加整个XML节点。
system.webServer
<rewrite>
<rules>
<rule name="Redirect To HTTPS" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll">
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="SeeOther" />
</rule>
</rules>
</rewrite>
答案 0 :(得分:0)
在目标转换配置文件
中的xdt:Transform="Insert"
节点上使用<rewrite>