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
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
how to elimainte the similar data from the different tables
What is runat?
Differentiate between namespace and assembly.
Explain how asp.net page works?
What does a switch do?
What does the .webpart file do?
What is connection pooling and how to enable and disable connection pooling?
Differentiate between a page theme and a global theme?
What is the difference between page-level caching and fragment caching?
How does session authentication work?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Difference between response.redirect and server.transfer?
How would you get asp.net running in apache web servers?
What is difference between cookies and cache?