What is the difference between appsetting and connectionstring
tags in web.config file
Answer Posted / vamsipriya
Difference between appSettings and connectionString is:
AppSettings is meant for any data string that can be
stored while connectionString is meant for storing the
database connection strings only.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is the difference between session and application?
Explain weak typing and strong typing.
What is asp net_sessionid?
What is the difference between a candidate key and primary key?
To bind columns manually which tags do you need to add within the asp:datagrid ?
Explain how cookies work. Give an example of cookie abuse.
What is postback pixel?
Who generates session id?
State differences between MVC and WebAPI
Which library is used by the testers and developers to develop automated tests and create testing tools?
What are the Difference between asp.net and asp ?
How do cookies work?
To display data in a Repeater control which template you provide?
How many types of state management are there in asp net?