在网上查了一下,用<location path="." allowOverride="true" inheritInChildApplications="false"></location>不管用,想网上各位大侠请教
11 个解决方案
#2
1楼,这个我试了,不管用呀,我就是修改pages设置
#3
allowOverride="false"
#4
子目录的web.config不让重写,试了,也不行呀
#5
那你就在子目录创建一个webconfig
#6
我就是写着呢,可是在子目录下web.config重设置了pages也不行,我就不知道问题出现在哪了
#7
看#1链接中的其它方案,写的很清楚的
#8
看了,主要是pages没有clear和remove属性
#9
<location path="你的目录" inheritInChildApplications="false">
<system.web>
<pages configSource="Pages.config" />
</system.web>
</location>
<system.web>
<pages configSource="Pages.config" />
</system.web>
</location>
#10
谢谢,大侠,你让我明白问题出现在哪了,再次感谢!!!!
#11
#1
#2
1楼,这个我试了,不管用呀,我就是修改pages设置
#3
allowOverride="false"
#4
子目录的web.config不让重写,试了,也不行呀
#5
那你就在子目录创建一个webconfig
#6
我就是写着呢,可是在子目录下web.config重设置了pages也不行,我就不知道问题出现在哪了
#7
看#1链接中的其它方案,写的很清楚的
#8
看了,主要是pages没有clear和remove属性
#9
<location path="你的目录" inheritInChildApplications="false">
<system.web>
<pages configSource="Pages.config" />
</system.web>
</location>
<system.web>
<pages configSource="Pages.config" />
</system.web>
</location>
#10
谢谢,大侠,你让我明白问题出现在哪了,再次感谢!!!!