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
How do you implement sql caching in asp.net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
How can I have a particular web page in an asp.net application which displays its own error page?
What is the difference between login controls and forms authentication?
Are xaml file compiled or built on runtime?
Explain how is a property designated as read-only?
Explain how viewstate is being formed?
What is server transfer?
Why do we use asp.net?
How can you use a custom controls in ASP.NET application?
What are the disadvantages of asp.net?
What's the use of formatters in .net?
What are the session variables?
Are cookies client side or server side?
What is difference between session and cookies?