The web.config
on a fresh IIS install contains the sites configuration details, except for <ipSecurity>
. However, the (site local) IP restrictions work fine and can be edited through the IIS manager console.
In my web.config
I do see things like
<rewrite>
<rules>
...
but I do not see any IP security rules, that I add tthrough the IIS manager (like feature settings or allow/forbidden addresses). I expected to find them here, just like any other setting.