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 |
when using personlization, how do you access over setting at runtime?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Explain in what order a destructors is called.
How would you get asp.net running in apache web servers?
What is a 401 redirect?
Can two web application share a session and application variable ?
5 Answers Satyam, V3 Engineers,
When Cookies are expired in ASP.NET?
0 Answers Sans Pareil IT Services,
What is custom attribute? How to create?
What is the namespace used to store the information about the user?s locale?
How could you modify xaml content from javascript?
How does a content page differ from a master page?
repeater and gridview diff? Why is repeater fast than gridview?
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)