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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / riyaz
webconfig defines configuration for a directory i.e an
application. So it will override the machine config. So in
this case session time out will be 30 mins
Is This Answer Correct ? | 10 Yes | 0 No |
What is latest version of asp.net mvc? : Asp.Net MVC
What is cookie less session? How it works?
Can we set master page as a start page?
What is http post action?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Explain about Automatic resource management?
Explain what a diffgram is and a good use for one?
1 Answers Siebel Systems, Syntax Softtech,
Can you change a master page dynamically at runtime? How?
Explain what is an abstract class?
Explain what are delegates?
What are the 3 types of web?
Define repository pattern in asp.net mvc? : asp.net mvc