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


Please Help Members By Posting Answers For Below Questions

Differentiate between namespace and assembly.

752


What are the types of session in asp.net?

731


What is manifest in .net framework?

786


What is difference in .net 1.1 and .net 2.0?

807


What is _viewstart?

713


What are the advantages of using session?

669


What are the steps to follow to host a web application on a web server?

808


Which tool you have done?

1678


A web service can only be written in .net? State whether true or false.

754


What is a page life cycle?

821


Why we are using mvc instead of asp.net? : Asp.Net MVC

731


What does occur first in ASP.Net, Authentication or Authorization?

801


Elaborate differentiation between ViewState and SessionState?

873


What is the parent class of all the web server control?

740


What is the difference between the response.write() and response.output.write() methods?

766