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

How to sign out from forms authentication?

0 Answers  


What does asax stand for?

0 Answers  


What is the need of client side and server side validation ?

1 Answers   Keane India Ltd,


What are the Application_Start and Session_Start subroutines used for?

5 Answers   Siebel Systems,


What is the state management in asp.net?

0 Answers  


What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  


Whats an assembly

2 Answers   IBM,


Explain the updatepanel?

0 Answers  


What is the difference between Session and response.Redirect?

0 Answers   Microsoft,


How to use multiple scriptmanager controls in a web page?

0 Answers  


What is deff. saop and disco?

1 Answers  


Explain the difference between debug.write and trace.write? When should each be used?

0 Answers  


Categories