Hi,
I have a requirement to create a windows application, that accepts user name and password as the user's credentials. However, I have different user groups and for users in each user group I am presenting a different form. However, only one user has to login on the only instance of that application running on that machine. So in any case, only one form will be run during the application life time for the user group selected. In web applications, we can set up our authentication and authorization in web.config and / or database. But how is it done in windows application, I have no clue. So please if any one knows anything on providing an windows application that checks for the login credentials and the user group (role) and navigates to different forms based on that info, please let me know. Any notes, tutorials and / or links are highly appreciated...
Thanks,
Bhushan