2012年2月24日 星期五

SharePoint 2010: Access Denied on update web.config Feature

Start > Microsoft SharePoint 2010 Products > SharePoint 2010 Management Shell


$contentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
$contentService.RemoteAdministratorAccessDenied = $false
$contentService.Update()