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
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
Explain the difference between authentication and authorization.
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
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?
Do you know using sql cache invalidation?
Explain about secure socket layer?
What is the difference between page directive include and action tag include?
What is asp net_sessionid?
Why select Web API?
What is the use of worker process in asp.net?
How does exception management works in ASP.NET?
Explain serialization and deserialization?
Explain different types of validators in asp.net?
Explain the difference between an exe and a dll?
What is difference cookie and session?