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 |
How do we invoke queries from the application?
Out of ASP or ASP.NET which one is stateless?
What is localization and Globalization?
What is operator overloading in dotnet
How does http session work?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
what is DLL Hell and how it is solved in .NET?
24 Answers icegen, next, -uk, NIIT,
Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).
What is view state and use of it ?
About friend and Protected friend ?
How to implement form based authentication in asp.net application?
What is enableviewstate?
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)