Posted On October 20, 2020

IIS Error Code 0x80070021

kimconnect 0 comments
blog.KimConnect.com >> Codes >> IIS Error Code 0x80070021
Error Message:
Detailed Error Information:
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
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".
Config File \\?\C:\HooliApp\web.config
Resolution:

Run InetMgr.exe > Sites > select Hooli Support Portal > right-click Configuration Editor > Set Application Pool, Physical Path, and authentication as Pass-through > Test settings > OK

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: How to Quickly Ping a Target

Method 1: Legacy ping command # Legacy method that works without any fusses $pingResult=ping google.com…

Basic HTML and HTML5: Nest Many Elements within a Single div Element

<h2>CatPhotoApp</h2><main><p>Click here to view more <a href="#">cat photos</a>.</p><a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying…

Where to Put JavaScript Codes?

Most often, JavaScript is placed between the <head> and </head> section. However, that may not…