Windows Authentication (via Active Directory) and SQL
Server authentication (via Microsoft SQL Server username
and passwords).
Which one is trusted and which one is untrusted?

Answers were Sorted based on User's Feedback



Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Ser..

Answer / swetha

Windows Authentication is more trusted than SQL Server
Authentication but the only disadvantage is only intranet
applications can use Windows Authentication but not internet
applications.

Is This Answer Correct ?    5 Yes 2 No

Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Ser..

Answer / ramz

you are all vague with your answer..confusion... there are
both mixed connections.

Is This Answer Correct ?    0 Yes 3 No

Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Ser..

Answer / kondapallysantoshkumar(m.c.a)h

we can log in to sql using both modes .but trusted one is
sqlserver username and password is trusted because when
ever we connect to the datebase we compulsory have to
specify the username and password while establishing the
connection ie sqlconnection con(user id
='sqlusername'password='password'intialcatalog='database')
but we cant specify in windows authentication is untrusted.

as per my knowledge anything wrong u can tell

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

What?s a bubbled event?

6 Answers   Visual Soft,


What is CLS?

5 Answers   IBM, PrimeLine, TCS,


What is in a session cookie?

0 Answers  


How to change Master page in ASP.Net using code?

0 Answers   HCL,


What are the advantages of Web API?

0 Answers  






What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?

1 Answers   Syntax Softtech,


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

0 Answers  


What is AutoPostback?

0 Answers  


What is server side in asp.net?

0 Answers  


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


What are the Difference between asp.net and asp ?

0 Answers  


What is the advantage of using Windows authentication in a Web application?

0 Answers   MCN Solutions,


Categories