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


Please Help Members By Posting Answers For Below Questions

How does exception management works in ASP.NET?

613


What is the difference between Session and response.Redirect?

612


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

1670


What is the use of the tag in the web.config file?

569


What is the difference between the asp and asp.net?

485






Explain the advantages of asp.net.

542


What does the .webpart file do?

583


Explain Life cycle of ASP.NET page when a request is made.

747


What's the difference between viewstate and sessionstate?

564


What is query string with example?

519


What are the components of ado.net?

529


What is a proxy in web service?

559


What is data grid view in asp.net?

532


What is difference between cache and session?

494


How can we access static variable?

645