How can I get current role name???
From: 冷自泉 (brhhk_at_swnu.edu.cn)
Date: 03/19/04
- Previous message: 冷自泉: "What different between the following methords?"
- Next in thread: Wes Henderson: "Re: How can I get current role name???"
- Reply: Wes Henderson: "Re: How can I get current role name???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 19 Mar 2004 23:30:02 +0800
I design my project base on roles FormsAuthentication.
with following config:
<location path="other">
<system.web>
<authorization>
<allow roles="vip"/>
<allow roles="mov"/>
<deny users="*" />
</authorization>
</system.web>
</location>
I want to konw how can i get the name of role in other page.
How can i judge which role the current user is?
Can i judge it from cookie?And how?
Thankes very much!!!
- Previous message: 冷自泉: "What different between the following methords?"
- Next in thread: Wes Henderson: "Re: How can I get current role name???"
- Reply: Wes Henderson: "Re: How can I get current role name???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]