Windows XP Pro and Active Directory

  • Thread starter Thread starter effendi
  • Start date Start date
E

effendi

Hello everyone, I am new to ASP.net development so excuse me if the
questions sounds naive.

I am developing an application on a stand alone laptop. I am using MS
SQL 2005 Express, IIS.5.1 and Visual Studio Express on a Window XP Pro
OS. My application requires an AD authentication. I can code the
authetication form but I need an enviroment with AD installed/running.
How I can do this on the machine I am working on so that I can test
the code before deploying it in the real environment? Can it be
done?

Thank you in advance.
 
Kevin.

It can only be done if your machine is a member of an AD domain.

I went through the Visual Studio home pages on Microsoft website and I
notice that the full-blow Visual Studio Professional edition can
emulate servers. Does this mean on a VS Professional I can replicate
the authentication scenario on a stand alone computer?

Thanks
 
Back
Top