Forms Authentication with Active Directory using vb.net

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

  1. #1

    Default Forms Authentication with Active Directory using vb.net

    I have seen many examples of form authentication using c#. Can someone
    point me to a sample using vb.net. I would like to use WinNT://domain,
    instead of LDAP://, and role-based authorization

    Thanks in advance.


    PLam Guest

  2. Similar Questions and Discussions

    1. Asp.Net Forms authentication using Active Directory
      Hi. I am using forms authentication in ASP.Net against Active Directory. I have followed the example provided by Microsoft. Here is my problem....
    2. Role based Forms Authentication (using Active Directory)
      Hi All, Can anybody here kindly forward me a sample of a Role based forms Authentication using Acitve Directory? Thanks alot. P
    3. Forms Authentication Using Domain Controller not Active Directory
      I want to authenticate user using its Domain from Combo box and then giving username and password. Please give me some hint or links or code. i m...
    4. Forms or windows authentication with active directory?
      Hi, I'm having a hard time deciding (figuring out) how to implement security in my asp.net application. Requirements: - Use active directory as...
    5. Active Directory, LDAP and Forms Authentication Problem
      Hi, I've got an intranet ASP.NET application that uses Forms Authentication. What I'd like to do is get the username (in the format name.surname)...
  3. #2

    Default Re: Forms Authentication with Active Directory using vb.net

    This KBase article is a pretty good start:

    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326340[/url]

    Note that it would be a very bad idea to try to do this with the WinNT
    provider if you have Active Directory. What's wrong with LDAP?

    Joe K.

    "PLam" <pnlam@yahoo.com> wrote in message
    news:uy9PbRbHEHA.2948@TK2MSFTNGP11.phx.gbl...
    > I have seen many examples of form authentication using c#. Can someone
    > point me to a sample using vb.net. I would like to use WinNT://domain,
    > instead of LDAP://, and role-based authorization
    >
    > Thanks in advance.
    >
    >

    Joe Kaplan \(MVP - ADSI\) Guest

  4. #3

    Default Re: Forms Authentication with Active Directory using vb.net

    My mistake. I had it switched around. I was looking for LDAP instead of
    WinNT

    Thanks for posting!
    "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
    in message news:uq6VVEfHEHA.3432@tk2msftngp13.phx.gbl...
    > This KBase article is a pretty good start:
    >
    > [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;326340[/url]
    >
    > Note that it would be a very bad idea to try to do this with the WinNT
    > provider if you have Active Directory. What's wrong with LDAP?
    >
    > Joe K.
    >
    > "PLam" <pnlam@yahoo.com> wrote in message
    > news:uy9PbRbHEHA.2948@TK2MSFTNGP11.phx.gbl...
    > > I have seen many examples of form authentication using c#. Can someone
    > > point me to a sample using vb.net. I would like to use WinNT://domain,
    > > instead of LDAP://, and role-based authorization
    > >
    > > Thanks in advance.
    > >
    > >
    >
    >

    PLam 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