特定の範囲の IP アドレスをブロックしたい。web.config ファイルにコードを次のように記述しました。
<system.webServer>
<modules runAllManagedModulesForAllRequests="true"/>
<security>
<ipSecurity allowUnlisted="false"></ipSecurity>
</security>
</system.webServer>
これはすべてをブロックします。
しかし、このコードを実行しても何もブロックされません。