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 are partial classes and their use?
please can any describe 'Master Page' in ASP.Net 2.0
Explain the life cycle of an ASP .NET page.
Briefly describe the role of global.asax?
What are user controls?
How u refer webservices?
Is object a value type or referenced type?
How can we inherit a static variable?
What is the size of Get method and how much data it can store?
What is query string?
Should sn.exe be used before gacutil.exe ?
2 Answers Accenture, BirlaSoft,
What are httphandlers and httpmodules and difference between them?
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)