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 the adavantage of using ASP.NET routing?
What is the compiled object?
How can we create Tree control in asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Explain how can you debug your .net application?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is the difference between pathparam and queryparam?
What is razor? : asp.net mvc
What are the different types of Caching techniques in ASP.NET?
Out of ASP or ASP.NET which one is stateless?
How to use a Master Database in Asp.net?
What is difference between session and cookie?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
How can we identify that the Page is Post Back?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc