Click here to Skip to main content
15,906,335 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
A Website is implemented with "Forms authenication" where "Admin" and "Manager" are secured folders.
"Manager" folder should be accessible to all users who are authenicated and "Admin" Folder contents should be accesible to a user who is already authenticated with "Manager"access and then who provide admin credentials.

Help me how to make authentication and authorization for the above case.



As i am a student ,Please Provide some examples for the above.
Posted
Updated 9-Jul-13 19:15pm
v3
Comments
VICK 8-Jul-13 2:34am    
You can use the Visual Studio built in authentication feature. which provides creation of roles and folders/pages management as per those rules and ur needs.

1 solution

There are a Role-based standart model existed for this purposes :)

Please, go here[^]
 
Share this answer
 
Comments
VICK 8-Jul-13 4:12am    
Nice...:)
Denis Shemenko 8-Jul-13 4:18am    
Oh Yeeee ^_^

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900