Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a c# application that I want to give away to be used in my industry. I would like to make users have to crate an account and need to login to that account to use my application. The user would be presented a login page when the application is started, just like skype, and then loginto my webserver. My idea is to be able to create different member account types that would unlock different parts of my application. Can anyone point me in the right direction to get me started?
Posted

1 solution

You can make a login page and define roles for different kind of account types.

Following resources should help, look here:
Traditional Login page design discussion[^]

Login Controls were released by Microsoft from ASP.NET 2.0. For, building Login Page using Login control, look:
How to: Create an ASP.NET Login Page[^]
How to add a Login, Roles and Profile system to an ASP.NET 2.0 [^]

Try out. Post specific issues if you face.
 
Share this answer
 
Comments
viciouskinid 10-Jul-12 10:28am    
Thanks Sandeep will have a look
Sandeep Mewara 13-Jul-12 3:22am    
Welcome.

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