zoukankan      html  css  js  c++  java
  • 上级的webconfig不被子级应用程序继承

    如下所示:
    <location path="." allowOverride="true" inheritInChildApplications="false">
        <system.web>
            <httpModules>
            <add name="UrlRewriteModule" type="UrlRewritingNetUrlRewriter" />
        </httpModules>
        </system.web>
    </location>
    在上级的webconfig的system.web节点上套一层<location path="." allowOverride="true" inheritInChildApplications="false">配置

    path 不用说指定的是一个目录
    allowOverride 指是否可以将这个重写
    inheritInChildApplications 指是否被子级应用程序继承
  • 相关阅读:
    CSS
    表单
    框架
    表格
    列表
    定位--position属性
    浮动
    选择结构
    数组
    TextView(标签控件)
  • 原文地址:https://www.cnblogs.com/yasin/p/1567734.html
Copyright © 2011-2022 走看看