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 viewstate? In which event of the page life cycle, is the viewstate available?
What is the difference between session and application?
What is globalization and localization in asp net?
What are the properties of the eventargs argument when capturing keyboard events?
What is ispostback method in asp.net?
Which protocol is used in a web api?
How to you can limit Access to Web API to Specific HTTP Verb?
Difference between .NET and previous version?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
If you want to write your own dot net language, what steps you will you take care?
To load your generated dataset with data which method do you invoke?
What are the session variables?
Define transparent caching with aop?
What is csrf attack in asp.net?
How is mvc different from asp.net? : Asp.Net MVC