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 are the advantages and limitations of query string?
What is the difference between server-side scripting and client-side scripting?
Explain what does wsdl stand for?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How about the security in Activex DLL and Activex EXE ?
How does ASP.NET framework maps client side events to Server side events.?
Can more than one person use the same login?
Explain how can you debug your .net application?
What is session authentication?
What is httpresponse?
Can we use html in asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
When Cookies are expired in ASP.NET?
What is asp.net mvc? : asp.net mvc
Explain State management in asp.net