<?xml version="1.0"?>
<configuration>
<!-- all sections in web config go here. Put the Location elements always
at end of your web config file -->
<location path="Page1.aspx">
<system.web>
<browserCaps>
<case>
RequiresControlStateInSession=true
</case>
</browserCaps>
</system.web>
</location>
</configuration>
1条答案
按热度按时间o2g1uqev1#
我刚刚找到了一种在页面基础上提及配置的方法,因此配置仅适用于该页面。
只需在
<location>
元素下包含任何要应用于单个页面的特定配置。使用此方法时请记住以下几点:<location>
元素的path
属性设置一个合适的值。它可以是一个相对路径。<location>
元素必须位于<system.web>
、<system.webserver>
和 * Web.config * 中的任何其他部分之外。在我的例子中,下面的工作,我指定了一个
<location>
部分的单页,我想指定特殊的配置:字符串