M
Matthias Mohr via .NET 247
Hello,
I'm trying to get Users that belong to a group with the WinNT Provider in an ASP.NET environment.
I found several examples to do this under ASP using the GetObject-Method (GetObject("WinNT//
omain/...).
But how does it work in VB.NET?
Can I use the GetObject-Method, or is the usage of DirectoryServices or ADSI the right way?An example please.
Matthias
I'm trying to get Users that belong to a group with the WinNT Provider in an ASP.NET environment.
I found several examples to do this under ASP using the GetObject-Method (GetObject("WinNT//
But how does it work in VB.NET?
Can I use the GetObject-Method, or is the usage of DirectoryServices or ADSI the right way?An example please.
Matthias