views:

47

answers:

1

how do i setup my web.config to use Forms authentication, Set The Membership provider to ActiveDirectoryMembershipProvider and use the built-in login control. so that I can log into my web application using a valid active directory username and password???

+2  A: 

Check out this walk through for the ActiveDirectoryMembershipProvider.

Jeremy

related questions