I have a site set up in IIS, and I have a virtual directory that should only be available to localhost.
In IIS6, this was trivial to set up.
However, those property sheets are gone in IIS7 and I cannot find a corresponding setting. RequestFiltering and denyURLSequence isn't right, because that doesn't have an attribute for IP, at least, not that I could find.
Thanks!