problem in deployement on iis 7.5
-
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error InformationModule 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:\inetpub\wwwroot\omaxe\web.config
Requested URL http://localhost:80/
Physical Path C:\inetpub\wwwroot\omaxe
Logon Method Not yet determined
Logon User Not yet determined
Config Source
117:
118: 119:how to resolve this problem?
-
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Error InformationModule 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:\inetpub\wwwroot\omaxe\web.config
Requested URL http://localhost:80/
Physical Path C:\inetpub\wwwroot\omaxe
Logon Method Not yet determined
Logon User Not yet determined
Config Source
117:
118: 119:how to resolve this problem?
I have encountered this before. I believe you need to simply register IIS/ASP .NET. Check here: http://www.winsysadminblog.com/2011/08/fixing-http-error-500-21-internal-server-error-handler-webservicehandlerfactory-integrated-has-a-bad-module-managedpipelinehandler-in-its-module-list-on-iis/[^]
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.
-
I have encountered this before. I believe you need to simply register IIS/ASP .NET. Check here: http://www.winsysadminblog.com/2011/08/fixing-http-error-500-21-internal-server-error-handler-webservicehandlerfactory-integrated-has-a-bad-module-managedpipelinehandler-in-its-module-list-on-iis/[^]
djj55: Nice but may have a permission problem Pete O'Hanlon: He has my permission to run it.