HTTP Direct を使用してあるドメインを別のドメインにリダイレクトしていますが、そのフォルダーに hb.txt ファイルがある 1 つの要求を除くすべての要求を転送したいと考えています。web.config を変更してその例外を追加するにはどうすればよいですか。
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<httpRedirect enabled="true" destination="https://www.xxxxx.com$S?$P" exactDestination="true" httpResponseStatus="Permanent" />
</system.webServer>
</configuration>