Forum Moderators: open
<system.webServer>
<security>
<ipSecurity allowUnlisted="true">
<add ipAddress="92.127.176.55" />
<add ipAddress="92.124.0.0" subnetMask="255.252.0.0" />
</ipSecurity>
</security>
</system.webServer>
Module IpRestrictionModule
Notification BeginRequest
Handler ExtensionlessUrlHandler-Integrated-4.0
Error Code 0x80070021
Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
...
[b}Config Source[/b]
<security>
<ipSecurity allowUnlisted="true">
[edited by: webcentric at 2:43 pm (utc) on Apr 20, 2016]
change from:
<section name="ipSecurity" overrideModeDefault="Allow" />
to
<section name="ipSecurity" overrideModeDefault="Allow" />