Active Directory Authentification in asp.net 2.0

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Active Directory Authentification in asp.net 2.0

    Hello,

    I have an intranet site developped in asp where username and password are
    storred in the sql database. Now I want to rewrite the intranet site using
    asp.net 2.0. I also want to use form authentification to check active
    directory for username and password. I can't just use the windows
    authentifaction because I don't want a different user to need to log out
    windows.

    I've read about ADAM an active directory membership providers but I have no
    idea how to set this up. Can someone provide me with some usefull links/code
    to set this up?

    With kind regards,
    Stefaan Dewulf


    Stefaan Guest

  2. Similar Questions and Discussions

    1. active directory
      Hello, I need to get all the AD information from a user that access a intranet ASP.NET page.Does anyone can tell me how to do it? (the user can't...
    2. Active Directory Search fails ("The directory service is unavailab
      Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code...
    3. Asp.net and Active Directory Log On To
      Hello, I use Active Directory to authenticate users in my Asp.Net web applications. The problem I'm having is that the user's account are set to...
    4. Active Directory, ASP, & IIS
      What do you mean? How are you running the ASP application not in IIS? Ray at home "Lynn" <lynn.shoemake@cts.cendant.com> wrote in message...
    5. Active Directory and ASP
      Hey All, This is the senerio: I have 2 domains lets call them "workingdomain.com" and "activedirectorydomain.com". I have an account on the...
  3. #2

    Default Re: Active Directory Authentification in asp.net 2.0

    http://www.microsoft.com/windowsserver2003/adam/default.mspx

    I would suggest that you install ADAM -- it comes with a help file which is
    very useful.

    --
    Manohar Kamath
    Editor, .netBooks
    www.dotnetbooks.com


    "Stefaan Dewulf" <be> wrote in message
    news:4289eb7d$0$29428$skynet.be... 


    Manohar Guest

  4. #3

    Default Re: Active Directory Authentification in asp.net 2.0

    Stefaan Dewulf schrieb:
     

    In this case, I would just disable the automatic Windows authentification
    (NTLM) in the IIS. With the only method plain username/password activated
    you are always asked for a username and password even in the IE.

    Jan
    Jan Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139