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?

Answers were Sorted based on User's Feedback



Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Ser..

Answer / 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

Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Ser..

Answer / ramz

you are all vague with your answer..confusion... there are
both mixed connections.

Is This Answer Correct ?    0 Yes 3 No

Windows Authentication (via Active Directory) and SQL Server authentication (via Microsoft SQL Ser..

Answer / 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

More ASP.NET Interview Questions

Differences between session state and Application state?

6 Answers  


How can we implement a identity (sql server) call in an asp.net page?

0 Answers  


What are sql notifications and sql invalidations?

0 Answers  


Describe how ASP.NET maintains process isolation for each Web application?

0 Answers   B-Ways TecnoSoft,


Why would a company use an application service provider?

0 Answers  






I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


Explain the differences between Server-side and Client-side code?

2 Answers  


What are HTTP handlers in ASP.NET?

0 Answers   MindCracker,


What are user controls and custom controls ?

1 Answers  


i wand basic interview based questions in asp.net and vb.net

0 Answers   Legio Infotech,


In a Code-Behind class generally which type of code is found ?

3 Answers   Siebel,


When Cookies are expired in ASP.NET?

0 Answers   Sans Pareil IT Services,


Categories