I receive this error on IIS 10
Module AnonymousAuthenticationModule
Notification AuthenticateRequest
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".
How to allow overrideMode on IIS 10 Web.Config?
This recipe with applicationHost.config don't working https://docs.supportpal.com/current/Troubleshoot+IIS+Configuration+Option+Cannot+Be+Used
Feature Delegation from this from this topic Config Error: This configuration section cannot be used at this path is absent
Of course, all IIS future added, this site don't use ASP.NET, ASP only. I need only add allow overriding in root web config, how to do this?