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
Explain about asp.net state management?
What are tuples?
Is razor a programming language?
What is state management techniques in asp.net?
Explain difference between friend and protected friend?
Explain what is viewstate?
Is LINQ performance wise better or using sqlcommand?
How will you do Redo and Undo in a TextControl?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What are the options in ASP.NET to maintain state?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is routing in MVC?
What are the disadvantages of view state?
Differentiate between early binding and late binding.
What is http response header?