<location> 元素
元素
指定需要應用特定的配置設定的資源。
配置結構的示例:
path="path"
allowoverride="true|false" />
可選屬性
屬性 | 選項 | 描述 |
---|---|---|
path | 需要應用特定的配置設定的資源。如果使用 | |
allowOverride | 指定配置設定是否可以由子目錄中的 Web.config 檔案覆蓋。 | |
true | 指定可以覆蓋配置設定。預設值是 true。 | |
false | 指定不能覆蓋配置設定。 |
示例
下例允許匿名使用者訪問 Logon.aspx 頁。
<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
--><configuration>
<location path="Logon.aspx">
<system.web>
<authorization>
<allow users="?"/>
authorization>
system.web>
location>
configuration>
下例只將指定頁面的上載檔案大小限制設定為 128KB。
<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
--><configuration>
<location path="UploadPage.aspx">
<httpRuntime maxRequestLength="128"/>
location>
configuration>
下例不允許子目錄中的 Web.config 檔案更改配置設定。
<!--
Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
--><configuration>
<location allowOverride="false"/>
configuration>
要求
- Web 平臺:IIS 5.0、IIS 5.1、IIS 6.0
- 配置檔案:Machine.config、Web.config
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12639172/viewspace-617608/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Location物件物件
- nginx locationNginx
- location.href和location.replace()區別
- nginx location指令Nginx
- Nginx Location 配置Nginx
- location.protocolProtocol
- JavaScript location 物件JavaScript物件
- nginx location配置Nginx
- window.location.href與window.location.hash區別
- nginx location 的配置Nginx
- BOM之location物件物件
- Storage location 地址資訊
- nginx location匹配規則Nginx
- Nginx Location 路徑匹配Nginx
- nginx的location優化Nginx優化
- Nginx Location配置總結Nginx
- nginx的location詳解Nginx
- nginx的location匹配順序、優先順序,location對映衝突排查Nginx
- SSLStrip 終極版 —— location 劫持
- Nginx Location 指令語法解析Nginx
- 徹底弄懂 Nginx location 匹配Nginx
- Location服務之Geocoder
- window.location的屬性
- nginx location匹配及rewrite規則Nginx
- Location配置項及LNMP架構LNMP架構
- nginx與location語法詳解Nginx
- Nginx(六):配置解析之location解析Nginx
- Nginx location匹配及Rewrite重寫Nginx
- angular中$location讀取url資訊Angular
- Nginx的location配置規則梳理Nginx
- Nginx location配置詳細解釋Nginx
- 07 nginx Location之正則匹配Nginx
- Core Location框架基本概念理解框架
- 自己實現一個window.location
- JavaScript 複習之 Location物件,URL物件JavaScript物件
- 一文弄懂Nginx的location匹配Nginx
- 在nginx location中用alias代理檔案Nginx
- Avoided redundant navigation to current location: "/users"IDENavigation