Difference between web.config and app.config?
Answers were Sorted based on User's Feedback
Answer / k kranti kumar
web.config file is for asp.net web applications
app.config file is for .net windows applications
| Is This Answer Correct ? | 44 Yes | 7 No |
Answer / pravinkumar
app.config file is for .net windows applications
web.config file is for asp.net web applications
| Is This Answer Correct ? | 18 Yes | 7 No |
Answer / reva ram sahu
web.config is used with web applications. web.config will by
default have several configurations required for the web
application. You can have a web.config for each folder under
your web application.
app.config is used for windows applications. When you build
the application in vs.net, it will be automatically renamed
to <appname>.exe.config and this file has to be delivered
along with your application.
You can use the same method to call the appsettings values
from both config files :
System.Configuration.COnfigurationSettings.AppSettings["Key"]
| Is This Answer Correct ? | 6 Yes | 2 No |
What is the difference between session.abandon() vs clear()?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is http post action?
How can you achieve nested Masterpages in 2.0?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
How many view state can be hold by a aspx page ?
How can u sort strings in array where strings are passed to method as arguments.
What is asp.net version?
Is data can be edited in the Repeater control?
Types of caching ?
1 Answers Digital GlobalSoft, MicroSec, Wipro,
What is strong-typing versus weak-typing?
What kind of data can be stored in viewstate?
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)