Re: newbie help - Active Directory Membership Provider



On May 20, 2:57 pm, SpaceMarine <spacemar...@xxxxxxxxxxxxxx> wrote:
my web.config:

<connectionStrings>
        <add name="ADConnectionString" connectionString="LDAP://machineName/
OU=Our Org,DC=ourDomain,DC=com" />
</connectionStrings>

the only thing that immediately comes to my mind is that the
connection string is invalid. however, no errors are reported. if i
change the machineName to something else it throws an exception.

is there a good way for me to test the AD connection string? some
basic request i can render on screen?


thanks
sm

.



Relevant Pages

  • Re: ORacleConnection problem
    ... My connection string is OK, and everything is, to ... my mind, supposed to work correctly. ... I would have the same problem when using OracleConnections in an asp ... WebForm, don't you thing so? ...
    (microsoft.public.dotnet.languages.csharp)
  • escaping semi colon in connectionstring
    ... while connecting to this database using ADO I am getting "Invalid ... connection string attribute" error. ...
    (microsoft.public.data.ado)