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



can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in..

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

can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in..

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

Post New Answer

More ASP.NET Interview Questions

What is latest version of asp.net mvc? : Asp.Net MVC

0 Answers  


What is cookie less session? How it works?

2 Answers   TCS,


Can we set master page as a start page?

0 Answers  


What is http post action?

0 Answers  


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

0 Answers  






Explain about Automatic resource management?

0 Answers  


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?

0 Answers  


Explain what is an abstract class?

0 Answers  


Explain what are delegates?

0 Answers  


What are the 3 types of web?

0 Answers  


Define repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


Categories