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
Differentiate between namespace and assembly.
What are the types of session in asp.net?
What is manifest in .net framework?
What is difference in .net 1.1 and .net 2.0?
What is _viewstart?
What are the advantages of using session?
What are the steps to follow to host a web application on a web server?
Which tool you have done?
A web service can only be written in .net? State whether true or false.
What is a page life cycle?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What does occur first in ASP.Net, Authentication or Authorization?
Elaborate differentiation between ViewState and SessionState?
What is the parent class of all the web server control?
What is the difference between the response.write() and response.output.write() methods?