I'm getting started with request filters to block bot traffic.
I've started with an example .htaccess
file, see here: IIS htaccess rule converter only importing 1 rule
I don't want to manually add a ton of rules through the clunky IIS interface, so I'd rather add them to a file directly. I thought these rules would be in the applicationHost.config
(based on this post), but on opening %WINDIR%\System32\inetsrv\config\applicationHost.config
, I don't see any of the rules.
I also saw this post, so I tried opening the file with Notepad++ as well as Windows Notepad, but I still don't see the rule I created in IIS.
Why not?