Anyone know how you run SharePoint 3.0 Central Administration when you have <location allowOverride="false">
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using <location allowOverride="false"> from an inherited configuration file.
Source Error:
Line 61: </SharePoint>
Line 62: <system.web>
Line 63: <securityPolicy>
Line 64: <trustLevel name="WSS_Medium" policyFile="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG"/>
Line 65: <trustLevel name="WSS_Minimal" policyFile="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG"/> |
Source File: C:\Inetpub\wwwroot\wss\VirtualDirectories\20435\web.config Line: 63
Show Additional Configuration Errors:
This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using from an inherited configuration file. (C:\Inetpub\wwwroot\wss\VirtualDirectories\20435\web.config line 75)
This configuration section cannot be used at this path. This happens when the site administrator has locked access to this section using from an inherited configuration file. (C:\Inetpub\wwwroot\wss\VirtualDirectories\20435\web.config line 118)
|
function OnToggleTOCLevel1(level2ID)
{
var elemLevel2 = document.getElementById(level2ID);
if (elemLevel2.style.display == 'none')
{
elemLevel2.style.display = '';
}
else {
elemLevel2.style.display = 'none';
}
}
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Graham Spratt
Direct Hosting UK
W2K3, IIS6, .NET, PHP5, MySQL5
DotNetPanel Authorized Reseller