我正在尝试查看是否有办法将所有重定向都放入其中,然后在我的主要web.config文件中引用它。
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path="index">
<system.webServer>
<httpRedirect enabled="true" destination="https://mynewurl.com" exactDestination="true" httpResponseStatus="Permanent" />
</system.webServer>
</location>
</configuration>