2012-01-16 81 views
0

我試圖理清我的問題。我給所有配置的問題,但仍然收到此錯誤IIS 7.5錯誤請求的資源無法訪問

The requested page cannot be accessed because the related configuration data for the page is invalid. 
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\WebSetup1\web.config 

</modules> 
    116: <handlers> 
    117: <remove name="WebServiceHandlerFactory-Integrated" /> 

我也給獲得允許和模塊還,但仍然得到使用窗口7這個錯誤 與IIS 7.5 + ASP.Net 3.5 什麼想法?

+0

** IIS管理器中使用 - >功能委派**。嘗試「讀/寫」「處理程序映射」 – LazyOne 2012-01-17 10:17:24

回答

0

當涉及到用戶權限時,IIS 7.5是一個熊。我會檢查defaultapppool或你的IIS用戶是否有權訪問該目錄。希望這可以幫助。

0

嘗試在web.config中

<system.webServer> 
     <validation validateIntegratedModeConfiguration="false" /> 
     <!-- ... --> 
    </system.webServer>