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?
Answer Posted / 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 View All Answers
What is difference between viewstate and session state in javascript?
What is server side session?
What is http pipeline in asp.net?
What is tracing? Where is it used?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
How to turn off cookies for a page?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Why mvc is faster than asp.net? : Asp.Net MVC
How to display Alert in ASP.NET
Which of the following .NET framework supports Web API?
What is preprocessor in .net and type, where it use?
How can we create custom controls in asp net?
Explain Authentication mechanism in dotnet
How do u deploy ur project?
Is session stored in browser?