Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

List down the sequence of methods called during the page load.

0 Answers  


how can you handle "control is not part of this page " error?

3 Answers   FactorH,


Explain method to handle error using HttpError in Web API?

0 Answers  


What is cross page posting in asp net?

0 Answers  


what is session . how it is use ?

3 Answers   TCS,


what is the uses Of Global.asax

3 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


What are early binding and late binding.

0 Answers  


Define machine.config in .net?

0 Answers  


Why do we need url encoding?

0 Answers  


What kind of data we can store in viewstate?

0 Answers  


What is session state server?

0 Answers  


Categories