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 / riyaz
webconfig defines configuration for a directory i.e an
application. So it will override the machine config. So in
this case session time out will be 30 mins
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How are sessions stored?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is difference between asp.net and asp?
Is react a template engine?
How can we register exception filter from the action?
Why is an object pool required?
What are the session variables?
What are the steps involved to fill a dataset?
What is asp.net used for?
Define managed code and managed data in .net?
What is custom events? How to create it?
What is http pipeline in asp.net?
How do you secure your connection string information?
Disable Mouse right click on web page in asp.net?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?