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

Hyper-V: Attach a New Virtual Disk

$vmName='TestVm' $storageLocation='\\FILESERVER06\SHAREXOXO' $newDiskSize='100GB' $dynamic=$true function createNewDisk{ param( $vmName, $storageLocation, $newDiskSize='100GB', $dynamic=$true ) $ErrorActionPreference='stop' try{ write-host…

Microsoft SQL AlwaysOn High Availability Cluster Management Tool

There are some bugs in the script. I'm too lazy to go back a fix…

Resolve Error: (59) An unexpected network error occurred

Prerequisites:   Ensure the the target machine has PowerShell Remoting Enabled (as it's Disabled by…