为什么IIS7.5下的web.config中的位置标记有问题?

时间:2011-03-31 08:52:01

标签: iis-7 web-config iis-7.5

在IIS 7.0中,在web.config中使用location标记可以正常工作。

示例:

<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 个答案:

答案 0 :(得分:-1)

您可以尝试<system.web>而不是http://msdn.microsoft.com/en-us/library/b6x6shw7.aspx