What is the difference between appsetting and connectionstring
tags in web.config file
Answers were Sorted based on User's Feedback
Answer / nishanthini.r
ConnectionString:Instead of defining a connection string
on each page, you write it once it the web.config and can
reference it from all other pages.
AppSetting:Not only for defining connection u can give any
key value and name it...but connectionString is meant only
for defining path.
<appSettings>
<add key="MyKey" value="00989-00657-45678-34267"/>
</appSettings>
<ConectionStrings>
<add name="MyConnection" ConnectionString="Connection path
which u have to privide">
</ConnectionStrings>
| Is This Answer Correct ? | 31 Yes | 4 No |
Answer / 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 |
Can you explain the basic use of dataview?
Is it possible to prevent a browser from caching an ASPX page?
What type of code (server or client) is found in a Code- Behind class?
Explain the advantages of passport authentication.
how can create login from create and written conde in asp.net
What is the need to give <compilation debug=true> command ?
Explain the use of resource manager class in .net.
How to retrieve the information from datatable citywise in c#?
What is the name of the process the browser uses to find the address of a web server? a) DMZ b) DNS c) Active Directory d) Database lookup
What data type does the Range Validator control support?
What is the difference between a default skin and a named skin?
Define transparent caching with aop?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)