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
What is a 307 redirect?
What do you mean by authorization?
Explain significance of routing? : asp.net mvc
Explain the basic functionality of garbage collector?
Define common type system?
How can you implement encapsulation in asp.net?
What are the steps to follow to host a web application on a web server?
What is difference Between Authentication and authorization?
What is a postback in asp net?
What are the server controls in asp.net?
What are session state modes? List some of the important session state modes of asp.net.
Explain client-side scripting?
What is application and session in asp.net?
When you use Ajax controls in the ASP.NET application?
What is the use of data set in asp.net?