I am working on WEB API
Windows
Authentication
. I have added below config in web.config
Getting this issue:
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"
Please help me on this. Please provide steps how to achieve window authentication in web api