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?
Answers were Sorted based on User's Feedback
Answer / swetha
Windows Authentication is more trusted than SQL Server
Authentication but the only disadvantage is only intranet
applications can use Windows Authentication but not internet
applications.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / ramz
you are all vague with your answer..confusion... there are
both mixed connections.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / 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 |
List down the sequence of methods called during the page load.
how can you handle "control is not part of this page " error?
Explain method to handle error using HttpError in Web API?
What is cross page posting in asp net?
what is session . how it is use ?
what is the uses Of Global.asax
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.
What are early binding and late binding.
Define machine.config in .net?
Why do we need url encoding?
What kind of data we can store in viewstate?
What is session state server?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)