Easiest way to get an Active Directory server for testing

active-directoryauthentication

We're developing a .net application, and are about to add authentication to it. We'd like to use Active Directory for this, but are aiming to make this as simple as possible for the test-server used for development.

What does it take to get Active Directory up and running? Can I run it locally on my Win7 installation? I've heard about ADAM and AD LDS, but don't really know the details besides knowing they are lightweight implementations.

So; what's the easiest way to a working Active Directory for testing?

Best Answer

Your going to need a server installation (Windows 2003/2008/2008R2) to install Active directory.

Generally the easiest way to do this in a test/dev enviroment is to install the server OS in a VM and setup a domain inside of that. It's really not that hard if you are just looking to run a very small domain for people to test auth against.

Related Topic