在sharepoint管理中心,Central Administration > Operations > Services on Server 中的Windows SharePoint Services Web Application 服务不能启动,每次启动时出现如下错误“Failed to apply a web.config modification to file 'configuration/system.web/pages'.  The specified node "C:\Inetpub\wwwroot\wss\VirtualDirectories\端口\web.config" was not found in the web.config file. ”有知道的兄弟帮忙啊!!!!

解决方案 »

  1.   

    补充一点,我的web.config文件里面有这个节点,里面内容为
    <pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">
          <namespaces>
            <remove namespace="System.Web.UI.WebControls.WebParts" />
          </namespaces>
          <tagMapping>
            <add tagType="System.Web.UI.WebControls.SqlDataSource, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mappedTagType="Microsoft.SharePoint.WebControls.SPSqlDataSource, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
          </tagMapping>
          <controls>
            <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
          </controls>
        </pages>
      

  2.   

     参考一下这个试试,http://support.microsoft.com/kb/823379
      

  3.   

    谢谢你的回答,权限可以保证没问题,希望对sharepoint 2007很了解或者遇到同类问题的人多多支持。