CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Implementing LDP

    Can someone suggest me, how can I implement LDAP Query (Active Directory) in WCF web service console?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Implementing LDP

    WCF doesn't care that it's hosted in a console.

    Code that runs an LDAP query doesn't care if it's executed within WCF (as long as the process hosting WCF has permission to run the LDAP query).

    Given that you just need to located some active directory sample code.

    So search bing or google for "LDAP query active directory example in c#".

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured