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 http protocol and how it works?
What's the use of formatters in .net?
List the asp.net validation controls?
In which event of page cycle is the viewstate available?
Explain Areas in MVC?
Write a code snippet to implement the indentation in json in web api.
WSDL means?
What are the two Layouts supported by a Web form in ASP.NET?
Which adapter should you use, if you want to get the data from an access database?
What are web server controls in asp.net?
Is asp.net and .net the same?
Mention the execution process for managed code?
Can we create a multiple user simultaneously ?
Explain what are webservices?
Explain page output caching?