
I'm trying to set up my test site and am getting errors. I've got a website set up (sort of). I've changed from pipeline mode to classic. ASPNET and Network Service have the right permissions. I've installed Ajax and WSE. I get this error when I try to browse:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
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 \\?\F:\Able10863\web.config
I've done what Microsoft said at this location:
http://support.microsoft.com/kb/942055/
Resolution 2
To resolve this problem, use one of the following methods.
Method 1
Do not configure the Web site to use UNC Passthrough authentication to access the remote UNC share. Instead, specify a user account that has the appropriate permissions to access the remote UNC share.
Method 2
Grant the Read permission to the IIS_IUSRS group for the ApplicationHost.config file or for the Web.config file. To do this, follow these steps:
In Windows Explorer, locate the ApplicationHost.config file that is associated with the Web site, or locate the Web.config file that is associated with the Web site.
Right-click the ApplicationHost.config file, or right-click the Web.config file.
Click Properties.
Click the Security tab, and then click Edit.
Click Add.
In the Enter the object names to select box, type computername\IIS_IUSRS, click Check Names, and then click OK.
Note Computername is a placeholder for the computer name.
Click to select the Read check box, and then click OK.
In the ApplicationHost.config Properties dialog box or in the Web.config Properties dialog box, click OK.
It still doesn't work, so I checked Able help to see if there was anything there and there was a section about the 7.1, but the content is garbled: