Ask a Question related to ASP.NET Security, Design and Development.
-
PLam #1
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
-
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.... -
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 -
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... -
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... -
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)... -
Joe Kaplan \(MVP - ADSI\) #2
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
-
PLam #3
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



Reply With Quote

