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

How can we communicate with each server in N-tier Architecture? and what are the methods?

0 Answers   Wipro,


How do we sort the data from a dataset?

0 Answers  


What is difference cookie and session?

0 Answers  


How to handle error while project running on live

2 Answers  


How will you do Redo and Undo in a TextControl?

0 Answers  






What is Assembly?

3 Answers   Inspira Technologies,


How to improve performance of web application asp.net mvc? : Asp.Net MVC

0 Answers  


What are the features of asp net?

0 Answers  


Describe the difference between inline and code behind?

2 Answers  


Is session stored in browser?

0 Answers  


what is asp and asp.net ?

2 Answers   Inspira Technologies,


How can you provide an alternating color scheme in a Repeater control?

6 Answers   Siebel Systems,


Categories