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 \\?\C:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services\web.config
<fieldset>
Requested URL | http://vie:8080/tfs |
---|---|
Physical Path | C:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services |
Logon Method | Not yet determined |
Logon User | Not yet determined |
Config Source:
66: </modules> 67: <handlers>
68:
</fieldset>
I got this error as I tried to launch my new Team Foundation Server (first 2012 and also 2013) installation using url <mycomputerName>:8080/tfs.
I have tried to use section locking in file :
%windir%\system32\inetsrv\config\applicationHost.config
as in
<location overrideMode="Allow"><system.webServer><security><authentication><!-- the content of windowsAuthentication section is here --></authentication></security></system.webServer></location>
but the site would not still run.
Am running the tfs on an HP g6 Pavilion. OS is Windows 8.1.
Please help me.
Many thanks
Vie
@Abuja
Vie