I installed UrlScan a few days ago and it seemed to be working fine, however in the log I saw it was blocking lots of files from websites that I didn't want (Explanation here)
It's blocking files with Dots in the URL (Especially assets like .js files and .css files). So it broke a lot of sites.
So I changed the following as per the docs and that blog post.
AllowDotInPath=0
to
AllowDotInPath=1
And restarted IIS, but nothing changed. It's still blocking Dots in paths. And then I restarted the entire server... And guess what. It's still blocking dots in path?
I have no idea what to do next, apart from un-install it? Anyone else this issue?