Ask a Question related to ASP.NET Security, Design and Development.
-
Luis Esteban Valencia Muñoz perrohijueputa@hotmail.com #1
Forms Authentication based on roles.
HI,
I have the following problem.
I am making a portal of DJs. The djs must have a Menu, the administrator
another menu. I created 2 directories one for djs and one for
administrators. I want the pages of those subdirectories to be protected
The users table have a field called roles and the format of the fied is
"Administrators,Users,Djs".
One user can be administrator and dj at one.
Anyway the problem is how can I give forms authentication and depending on
roles show a link to the corresponding menu. In that menu I must put some
protection because maybe somebody tries to surf to that menu withouth login
in
DId u understand ??
--
LUIS ESTEBAN VALENCIA MUÑOZ
MIEMBRO ACTIVO DE [url]WWW.ALIANZADEV.NET[/url]
Luis Esteban Valencia Muñoz perrohijueputa@hotmail.com Guest
-
Role based Forms Authentication
Before I start I must point out that this does work on my local Windows XP machine but does not work on a Windows 2003 Server. I have created a... -
Roles based Forms Auth - denied pages redirect
I would like to know how, if at all possible, a custom redirect page can be setup for when a users role(s) are denied to a page. The default... -
Forms Authentication with roles from table
Hi, This is really driving me crazy... I'm working on a web application with different functionality for users in different roles. These... -
Forms Based Authentication - Groups
What example are you talking about? It doesn't appear in the newsgroup where you posted. Joe K. "cathie corcoran via .NET 247"... -
Forms-based Authentication
HI I'm using Forms-based Authentication and trying out the example from the book: "ASP.NET Professional Secrets" after downloading the c# code...



Reply With Quote

