This is my web.config which has some tags for blocking Ipaddress
...
For others that run into this issue. The cause of the issue is that Feature Delegation doesn't allow the feature to be managed by web.config.
To Fix:
Verify that the Feature is enabled for web.config management
Hope this helps someone else.