[Mono-list] location tag in web.config
Cory Nelson
phrosty@gmail.com
Sun, 9 May 2004 21:10:32 -0700
I had this problem before, but it works fine in the latest builds.
Are you sure you are doing it right?
<location path="RestrictedDirectory">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
On Mon, 10 May 2004 09:52:15 +0700, donaldi sp <don_aldi@yahoo.com> wrote:
>
> I can't use tag <location></location> in web.config to prevent anonymous
> access to the directory that needed authorized access.
>
> It can be used in MS. is it not implemented in Mono, or it will be?
> _______________________________________________
> Mono-list maillist - Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>