Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to develop an application that manages raw materials. What should I do to integrate a module which has its administrator must authenticate to manage the users of the application (user add, edit, delete )
Posted

1 solution

You should be looking for Membership Provider tutorials[^]

Please refer to the following link[^]: Membership and Authorization in ASP.Net MVC 3 Razor

====UPDATE===
Have a look at the following links;
User based authorization[^]
Role based authorization[^]
mvc-custom-authentication-authorization-and-roles-implementation[^]
Good luck,
OI
 
Share this answer
 
v2
Comments
loylmed 20-Dec-12 6:13am    
there is no other solution?
I am not expert in asp.net
I use asp.net mvc4 (aspx forms)
Orcun Iyigun 20-Dec-12 6:44am    
I have updated the answer check the added links especially the third one. Well i think membership will be an easy integration since when you set it up the database tables and other related things are set automatically..
loylmed 20-Dec-12 7:29am    
thank u

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