Developer Network
Developer Network
Developer Network
ProfileText
ProfileText
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Asked by:
How can i create a connection to AD
Archived Forums 1-20
>
Active Directory and LDAP
Question
0
Sign in to vote
User427990113 posted
How can i connecto to AD whithout code? like with mssql or access databases?
I need to retreive the users on ad and all the fields that are associated with them.
Thanks
Wednesday, May 24, 2006 5:59 PM
All replies
0
Sign in to vote
User1354132231 posted
You cannot. ADSI is similar to what ADO for SQL is. However, AFAIK you cannot hook AD up declaratively as an ObjectDataSource or anything like that in ASP.NET. You have to use an API to search, add, or modify data.
Thursday, May 25, 2006 12:58 PM