hi Everyone,
I am trying to setup roles in a dynamic data website.. the problem is that i cant set it by simpy doing this.
<location path="List.aspx">
<system.web>
<authorization>
<allow roles="Administrators" />
<deny users="*" />
</authorization>
</system.web>
</location>
so even when i login as a role called "Member" it still alows me to go into List.aspx
can any one please guide me on this..
oh btw i am also using mvc on the same site