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 |
How do you secure your configuration files to be accessed remotely by unauthorized users?
explain store procedure and trigger
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
What is considered a service provider?
How would you enable impersonation in the web.config file?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
How many time you can fill dataset in asp.net?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
how many databases and tables are uses in one project?
Where is the view state data stored?
What is fulltrust?
What is http request and response?
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)