Diane

Diane

  • NA
  • 33
  • 26.3k

C#.net executable

Aug 23 2011 2:40 PM

I have a new C#.net 2008 console/windows form application that I need to add security for. I would like to tie all logins together at one time using the active directory. I would like to have windows authenicatiuon setup to use to connect to the sql server 2008 r2 database, I would like to know what role each person has, I also would like to setup a methods to determine what application a user has access to and what their roles are in each application. (For example; a person can have access to app1 and be a manager in the next applicationn theperson would only have a 'general' user role.) Thus i am wondering if you can tell me the following:

1. To start the application by clicking on a shortcut to the 'combined' desktop application, i would like to see a link to see how to accomplish this task.

2. I would like to see code when the user clicks on a link to actually run the application
that the application asks for a user name and password that authenicates that person against the active directory


Answers (1)