views:

119

answers:

1

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 ?

+1  A: 

http://blogs.iis.net/webtopics/archive/2010/03/08/troubleshooting-http-500-19-errors-in-iis-7.aspx

Scenario 7 looks like the one you're getting.

deltreme