Monday, August 3, 2009

On What situations Windows uses Kerberos in Integrated Windows Authentication ?


1. When the server and client are running over Windows 2000 or higher.
2. When an AD with Domain Controller which automatically acts as a key distribution center.


www.codecollege.NET

What are the disadvantages of Digest Authentication ?


1. It works only with IE5.0 or later.
2. Works only when the virtual directory under IIS is controlled by or authenticated by Windows Active Directory domain controller.


www.codecollege.NET

What is the name of the method used to update users in ASP.NET Membership API ?


Membership.UpdateUser(cUser);
where cUser is the object of MembershipUser class.


www.codecollege.NET