[Mono-list] Re: [Mono-devel-list] location tag in web.config
donaldi sp
don_aldi@yahoo.com
Tue, 11 May 2004 14:22:20 +0700
I used the latest builds of mono, version 0.91
I have script like this in my web config :
<location path="Forums/AddNews.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
but I still can browse this page. and
<location path="Forums/Admins">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
an I still can browse all pages in that directory