1
vote
1answer
415 views

IIS 7 - Enabling deny url sequences with backslash

I've been trying to restrict backslashes \ in URL's via the Request filtering tool in IIS 7 by using: <configuration> <system.webServer> <security> ...
0
votes
0answers
102 views

How to setup IIS7 Request Filters to work like UrlScan

I am securing my website on IIS7 and found out that Request Filters now have the same functionality as UrlScan and has replaced UrlScan. What I am struggling with is how to setup Request Filters so ...
0
votes
1answer
5k views

Request Filtering is missing from IIS Manager

I have a recently installed Web Server and i want to do some request filtering to stop spam bots requesting contacts.php files and stuff like that. The problem is that i can't find the request ...