Answer Posted / 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 |
Post New Answer View All Answers
How would you implement inheritance using c#?
How to use ipostback?
How can we access static variable?
What is masterpage?
What is the part of url?
Define the term Scavenging in Caching?
What are the event handlers that can be included in the Global.asax file?
What is asp.net futures?
How does output caching work in ASP.NET?
Which method is used to perform all validation at the page level?
Which object encapsulates state or data of a user?
What are the new features added from ASP to ASP.NET?
What do you mean by caching in asp.net?
What are sessions used for?
Which .NET framework supports Web API?