https://bugzilla.novell.com/show_bug.cgi?id=365887
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=365887#c1 --- Comment #1 from Carlos Daniel Ruvalcaba Valenzuela <[EMAIL PROTECTED]> 2008-02-28 21:57:15 MST --- Relevant part of the web.config file: <location path="pages/edit_artist.aspx"> <system.web> <authorization> <deny users="?"/> </authorization> </system.web> </location> <location path="utils"> <system.web> <authorization> <allow users="alex"/> <deny users="*"/> </authorization> </system.web> </location> The folder utils is protected, while the single file edit_artist.aspx is not. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
