I am developing an intranet portal. I have to now enable security in it.I want to use Active directory and sql server 2008. The ActiveDirectoryMembership provider will maintain user information, while the SqlMembershipProvider will store user details in a SQL Server database.
How can I do so?
...
Go to the complete details ...