[Mono-devel-list] allow roles <authorization> tag in web.config
donaldi sp
don_aldi at yahoo.com
Wed May 19 04:05:48 EDT 2004
<location path="admin.aspx">
<system.web>
<authorization>
<allow roles="Administrators" />
<deny users="?" />
</authorization>
</system.web>
</location>
I have the above statement in my web.config, I can't
access admin.aspx when i'm not log in , but when I log
in as a user(not include in roles="Administrator"), I
can access that page, it should be a user with
Administrator role only can access this page.
This web.config is worked in MS, anyone can give me a
clue, how to handle this?, or it's not implemented
yet?
thanks in advance.
-donaldi-
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/
More information about the Mono-devel-list
mailing list