[Mono-devel-list] location tag in web.config

donaldi sp don_aldi at yahoo.com
Tue May 11 03:22:20 EDT 2004


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



More information about the Mono-devel-list mailing list