阻止web.config文件的继承
用这个属性inheritInChildApplications,配置如下
<location path="." inheritInChildApplications="false">
<system.web>
...
</system.web>
</location>
<location path="." inheritInChildApplications="false">
<system.web>
...
</system.web>
</location>
posted on 2008-06-18 18:23 Love Fendi 阅读(237) 评论(0) 收藏 举报