Re: Test environment for ActiveDirectoryMembershipProvider

Tech-Archive recommends: Fix windows errors by optimizing your registry



Max2006 wrote:
Hi,
I am using ActiveDirectoryMembershipProvider for authentication. In my development environment I don't have any Active Directory available for development and test. Basically my development environment is a windows xp laptop.

I am trying to avoid running a domain controller on my laptop. What would be the easiest way to develop and test my application without running a domain controller on my laptop?

Can I configure ActiveDirectoryMembershipProvider against a stand alone server?

Read about Active Directory Application Mode (ADAM). That is simplified
repository, which can be installed on XP box - I've successfully managed
to use ActiveDirectoryMembershipProvider against it.

--
marcin
.



Relevant Pages

  • Test environment for ActiveDirectoryMembershipProvider
    ... In my development environment I don't have any Active Directory available for development and test. ... I am trying to avoid running a domain controller on my laptop. ... Can I configure ActiveDirectoryMembershipProvider against a stand alone server? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Test environment for ActiveDirectoryMembershipProvider
    ... Thank you Zorba. ... I guess there is no way to receive LDAP service based on stand alone machine users correct? ... I am trying to avoid running a domain controller on my laptop. ... Can I configure ActiveDirectoryMembershipProvider against a stand alone server? ...
    (microsoft.public.dotnet.framework.aspnet)