[Mono-aspnet-list] Authorization tag with deny anonymous users overrides all location tags in Web.config

Alexander M. Batishchev abatishchev at godfather.net.ru
Wed Mar 17 07:21:33 EDT 2010


Everything your described sounds exactly like the bug I mentioned below.

And the latest build changelog in branch 2.4 doesn't contain this bug
(#568441):
http://www.mono-project.com/Release_Notes_Mono_2.4.3

So I recommend you to build mono 2.4 from the source, probably on a testing
or virtual machine, and check it out.
http://anonsvn.mono-project.com/source/branches/mono-2-4-3/

Alex

-----Original Message-----
From: mono-aspnet-list-bounces at lists.ximian.com
[mailto:mono-aspnet-list-bounces at lists.ximian.com] On Behalf Of Oldnavy
Sent: Wednesday, March 17, 2010 2:08 PM
To: mono-aspnet-list at lists.ximian.com
Subject: Re: [Mono-aspnet-list] Authorization tag with deny anonymous users
overrides all location tags in Web.config

Just to test afresh and to make sure the issue is not in my application, I
created a new Web app in windows MS.Net 3.5 with default content in the
Web.config. I added the lines as mentioned in the original post above to
deny anonymous access overall and selectively give anonymous access to
'images' folder and Stylesheet file.
The main page displays with full content with images and styles. But when I
port the same to Linux [FC11], it fails to display the images and
stylesheet.




More information about the Mono-aspnet-list mailing list