This is my understanding, please correct me if wrong.
1)Windows authentication mode under IIS authenticates usrs against the active directory.
2)Forms authentication mode under IIS authenticaes users against sql server custom db.
3)If we want to show a form, yet we want users to be validated against active directory (based on username/password entered in this form), then is the technique called windows or forms based authnetication.?
Is this concept correct?
Go to the complete details ...