指定需要應用特定的配置設置的資源
配置結構的示例
<configuration>
<location>
<location path=
示例
下例允許匿名用戶訪問 Logon
<location path=
<system
<authorization>
<allow users=
</authorization>
</system
</location>
</configuration>
下例只將指定頁面的上載文件大小限制設置為
<location path=
<httpRuntime maxRequestLength=
</location>
</configuration>
下例不允許子目錄中的 nfig 文件更改配置設置
<configuration>
<location allowOverride=
From:http://tw.wingwit.com/Article/program/net/201311/12730.html