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 / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you change a master page dynamically at runtime? How?

681


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

792


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

712


How you can stop the validation of ASP.NET controls from client side?

743


What role “#&&” plays in a querysting?

759


How can we create custom controls in asp net?

734


How can we identify that the Page is Post Back?

718


Why is it preferred to not use finalize for clean up?

720


What is mvc in asp.net tutorial? : Asp.Net MVC

766


What are early binding and late binding.

806


What are the advantages of using Master Pages?

774


What is meant by web application?

712


Name the two properties are on every validation control?

726


Explain the asp.net mvc request life cycle? : asp.net mvc

664


How can you identify that the page is post back?

749