Results 1 to 7 of 7

Thread: [RESOLVED] VS2010 What type of security should I use?

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2009
    Posts
    26

    Resolved [RESOLVED] VS2010 What type of security should I use?

    Hi,

    I was hoping someone could point me in the right direction as to what security technology I should use to meet my requirements.

    I need the following:

    - An ASP.Net Intranet site running on IIS7.
    - All users will be using Internet Explorer.
    - There is only one domain which is authenticated using Active Directory.
    - In Active Directory, the users are split up into Security Groups.
    - The user should be able to type in the URL, then see the website without any authentication. Their Security Group should have been passed through automatically by their windows logon. I would then like to control their webpage navigation menu access by their Security Group.
    - I need to somehow be able to log in as an alternate Active Directory user on the same computer if required.
    - The user logon details need to be able to be passed through to SQL connections.

    My questions are what technologies should I pursue to achieve all this?
    I've seen terms such as Windows Authentication, Kerboros, Impersonation etc which I am not sure is relevant or not.

    - Is Windows Authentication what I am after?
    - Does IIS somehow automatically pass in the users authentication information to SQL if I select Windows Authentication in the connection string?

    Any suggetions are appriciated.
    Last edited by davieeeee; Aug 5th, 2011 at 01:18 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width