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 / 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 |
Post New Answer View All Answers
What parameters can you pass in the url of the api?
What is connection pooling and how to enable and disable connection pooling?
What is the difference between sealed vs static class?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
How do we access view state value of this page in the next page?
Define asp.net caching?
Explain how can we inherit a static variable?
How do you change the session time-out value?
Explain the features that make asp.net more used framework? : asp.net mvc
What is inproc and outproc?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Can a .net web application consume java web service?
Define a web service in .net?
What is Web Server Control Templates.?
Explain in what order a destructors is called.