I developed an application in which users will create in the active directory using registration. This application will be used on the Intranet, but I want to test the registration page on the local machine. How to do this on my local computer. You can say that I want to create a test environment for the active directory.
It works fine when I set aspnetMembershipProvider as the default, users are successfully created in the database
Thanks in advance
source
share