[Mono-list] Web.config path access to directory

Mike Morano mmorano at mikeandwan.us
Mon Dec 6 07:22:45 EST 2010


I've run into something similar, perhaps the patch that worked for me
could also work for you:

https://bugzilla.novell.com/show_bug.cgi?id=467221



On Sun, Dec 5, 2010 at 14:49, Abe Gillespie <abe.gillespie at gmail.com> wrote:
> This use to work:
>
>  <location path="common">
>    <system.web>
>      <authorization>
>        <allow users="*"/>
>      </authorization>
>    </system.web>
>  </location>
>
> Where "common" is a directory and I want to grant access to everything
> under it like images, css, and scripts before logging in.  I believe
> this is a regression and saw this same bug surface and get fixed a few
> years back.
>
> I don't mind filing a bug but would someone point me to where in the
> source I can quickly patch this to get running again?
>
> Thanks.
> -Abe
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list