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
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 |
Answer / ramz
you are all vague with your answer..confusion... there are
both mixed connections.
Is This Answer Correct ? | 0 Yes | 3 No |
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 |
How to sign out from forms authentication?
What does asax stand for?
What is the need of client side and server side validation ?
What are the Application_Start and Session_Start subroutines used for?
What is the state management in asp.net?
What’s difference between “optimistic” and “pessimistic” locking?
Whats an assembly
Explain the updatepanel?
What is the difference between Session and response.Redirect?
How to use multiple scriptmanager controls in a web page?
What is deff. saop and disco?
Explain the difference between debug.write and trace.write? When should each be used?