I'm receiving the following error message...I've read through several posts and tried different things but still haven't come to a resolution. I'm running IIS7 on Vista Business.
HTTP Error 500.19 - Internal Server Error
Description: The requested page cannot be accessed because the related configuration data for the page is invalid.
Error Code: 0x80070021
Notification: BeginRequest
Module: IIS Web Core
Requested URL: http://localhost:80/ajaxexample
Physical Path: c:\inetpub\wwwroot\ajaxexample
Logon User: Not yet determined
Logon Method: Not yet determined
Handler: Not yet determined
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:\inetpub\wwwroot\ajaxexample\web.config
Config Source:
85: </modules>
86: <handlers>
87: <remove name="WebServiceHandlerFactory-Integrated" />
|
Where can I find information to override what is being locked for my specific problem?
Thanks in advance for any help you can provide.