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 is asp.net with mvc? : Asp.Net MVC
What is the main difference between Asp.net and Vb.net?
How to use multiple scriptmanager controls in a web page?
How does session authentication work?
What is difference between cookies and cache?
Explain how does asp page work?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Explain exception handling in .net.
9. Why should we hire you over the others waiting to be interviewed?
when a request is made in Life cycle of ASP.NET page .
Explain different types of validators in asp.net?
What is OSI layer? Explain different layers.
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is GAC in ASP.NET 2.0