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

What are the three parts of an http response?

525


When Cookies are expired in ASP.NET?

571


What asp.net control can embed xaml into asp.net pages?

536


What kind of data can be stored in viewstate?

530


How can I open ashx file in mobile?

615






Explain Authentication mechanism in dotnet

624


What is a runtime version?

522


What is the difference between login controls and forms authentication?

539


Can you nest updatepanel within each other?

546


Can you dynamically assign a Master Page?

580


Can more than one person use the same login?

570


What is meant by ispostback in asp net?

538


What does aspcompat="true" mean?

549


What are the advantages and disadvantages of Using Cookies?

514


What is the parent class of all web server control?

533