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

What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

2186


Explain the difference between authentication and authorization.

790


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

678


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

2137


Do you know using sql cache invalidation?

711


Explain about secure socket layer?

703


What is the difference between page directive include and action tag include?

699


What is asp net_sessionid?

810


Why select Web API?

717


What is the use of worker process in asp.net?

717


How does exception management works in ASP.NET?

820


Explain serialization and deserialization?

752


Explain different types of validators in asp.net?

708


Explain the difference between an exe and a dll?

702


What is difference cookie and session?

713