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
What is page fragment caching?
What do you mean by authentication?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain the benefits of viewstate?
What is an example of an application service provider?
Can more than one person use the same login?
What are uri parameters?
What is the difference between session and application?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is application Object?
How can we use Web API with ASP.NET Web Form?
Differentiate between client-side and server-side validations in web pages.
What are the HTML server controls in ASP.NET?
Why Unload event of MasterPage Calls first in ASP.net ?
Explain security types in asp.net?