Click here to Skip to main content
15,667,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create login with user roles using c# and sql server ?

make every user entering his area only or form

admin, users and guest users

thank you,
Posted

1 solution

This works for ASP.net. This is a series of article look into section suitable for you. If you requirement is Windows / WPF then create a WCF service to expose authentication features and call the service method from windows app.

http://www.asp.net/web-forms/tutorials/security/membership/creating-the-membership-schema-in-sql-server-cs[^]
 
Share this answer
 
v2

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