Accessing LDAP classes from DiscountASP servers

Discussion in 'ASP.NET / ASP.NET Core' started by CoffeeMug, Feb 9, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. We are interested in adding support for importing user information from public LDAP servers into our application. The .NET framework docs mention the following about the appropriate classes: "Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code". This refers, in particular, to the DirectoryEntry class. Is it possible to use this class and its members on DiscountASP servers?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I am not really familiar with this class.

    The server is running as full trust mode.

    I suggest you try it.

    quote:Originally posted by CoffeeMug

    We are interested in adding support for importing user information from public LDAP servers into our application. The .NET framework docs mention the following about the appropriate classes: "Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code". This refers, in particular, to the DirectoryEntry class. Is it possible to use this class and its members on DiscountASP servers?
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page