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
calling result set one procedure to anothar procedure in sql2000
What are the main requirements for caching?
Explain the role of global.asax?
Where is asp.net session stored?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How to Separate background image and front image from original picture....
What is DataGrid wheater its a Server Control or something else ?
What are asp.net web forms?
What is the biggest disadvantage of “Other Return Types” in Web API?
How can we make sure that Web API returns JSON data only?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is preprocessor in .net?
Are cookies stored on server or client?
How can we create custom controls in asp net?
What is preprocessor in .net and type, where it use?