When web.config is called ?
Answers were Sorted based on User's Feedback
Answer / asra
Web.config is an xml configuration file. It is never
directly called unless we need to retrieve a configurations
setting.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / hema
1. web.config is never really called. But whenever the
application starts/restarts, values from web.config are
reloaded into memory.
2. Any changes (even of just a simple spacing) to
web.config restarts the application. So your session will
be lost.
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / natu
Basically Web. Config is an XML based text file, It can't called directly. We can use this to retrieve the Database through settings done in Web.config file by using <appsettings> -- </appsettingd>
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / cpp
hello friend's
this is really nice question .
Ans :
Web.config file is a Configuration file it first not a call
but load in memory when your web application or website is
load into a memory.
all settings for websites are in WEB.CONFIG file.
| Is This Answer Correct ? | 1 Yes | 0 No |
What symbol specifies the beginning of a query string?
What is the difference between adding reference in solution explorer and adding references by using ?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
How to Insert a TextBox value in to Sql database using C# coding?
17 Answers HCL, Sona, TCS,
Can asp.net work on an nt server?
A Web Service Can Only Be Written In .net. Is it True??
Should I delete cookies?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
Define transparent caching with aop?
how to transfer the file from client to server using asp.net
0 Answers Sans Pareil IT Services,
What are the merits and demerits of viewstate?
What are the disadvantages of view state / what are the benefits?
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)