can machine.config file orverrides web.config.
For example: if u set session timeout as 30 mins in
web.config file to a particular application and if u set
session timeout as 10 mins in machin.config. what will
happen and which session is set to the appliction?
Answer Posted / alice
As the Web.Config file defines application level
settings.It'll override the settings of the machine.config
file.So the session timeout as 30 mins defined in web.config
file is set to the application.
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
Why is the standalone environment only useful during the development process?
What is the difference between sealed vs static class?
What is redirectpermanent in asp.net?
What is full form of asp.net?
What is the difference between file-based dependency and key-based dependency?
Can we have a web application running without web.config file?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Explain MVC model binders?
What's the ASP.Net Application life cycle?
What are cao and sao.
What are type/key pairs in client script registration?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What do you mean by View State and what is its role?
What is the difference between a candidate key and primary key?
In which event of the page viewstate is available?