2011-03-31 52 views
-1

在IIS 7.0中,在web.config中有location標籤可以正常工作。爲什麼我們在IIS7.5下web.config中的位置標籤有問題?

例子:

<configuration> 
.... 
    <location path="export"> 
    <system.webServer> 
     <security> 
     <authentication> 
      <anonymousAuthentication enabled="false"/> 
      <windowsAuthentication enabled="false"/> 
     </authentication> 
     </security> 
    </system.webServer> 
    </location> 

最近,我們在我們的機器上安裝Windows 7和IIS 7.5中的所有這些location標籤不工作了。

+1

你可能會得到這樣的回答快上serverfault.com看到,因爲它是關於IIS配置。 – Kev 2011-03-31 11:58:28

回答

相關問題