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 a postback ispostback and autopostback in asp net?
How you can access the properties and controls of master pages from content pages?
How do you use viewstate?
Is asp.net 64-bit enabled? How?
Explain what is clr?
What are the server controls in asp.net?
Difference between response.redirect and server.transfer?
What is the maximum timeout we can set for Cookies?
What is comparevalidator?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Which method is used to perform all validation at the page level?
What is the difference between adding reference in solution explorer and adding references by using ?
What is tracing? Where is it used?
Why do we need Sessions?
What is difference between session and viewstate?