Windows authentication
Windows domain username and password need to be entered into a table using windows authentication.i m really confused y windows authentication is used.why its been said that windows authentication is more secure than sql authentication.I think i lack the clear image about windows authentication .can anyone help me with this.i l be grateful if u can expalin it with a real life example.
CrishPosted May 20, 2010, 6:26 AM
AS per my view asp.net windows authentication is more secure.
Please read below article.
http://msdn.microsoft.com/en-us/library/ff647076.aspx
http://msdn.microsoft.com/en-us/library/ff647405.aspx
ASP.Net membership object is used for windows authentication. Roles and rights based user can able to login using windows authentication.