HTTP Error 500.19 - Internal Server Error
        Posted  
        
            by peacmaker
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by peacmaker
        
        
        
        Published on 2010-05-04T14:15:01Z
        Indexed on 
            2010/05/04
            14:18 UTC
        
        
        Read the original article
        Hit count: 514
        
i am trying to add an website to iis 7 put when i try to run the website its gives the following error:
HTTP Error 500.19 - Internal Server Error
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 \\?\E:\Code\web\xSP\xSP Protocol\web.config
Requested URL   http://localhost:80/
Physical Path   E:\Code\web\xSP\xSP Protocol
Logon Method    Not yet determined
Logon User  Not yet determined
Config Source
  136:      </modules>  
  137:      <handlers>
  138:          <remove name="WebServiceHandlerFactory-Integrated"/>
please any help ?
© Stack Overflow or respective owner