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 asp.net web application?
Define a web service in .net?
What are the ways to sending the data in ASP.NET page?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How do u deploy ur project?
What is application Object?
Explain asp.net mvc request life cycle? : asp.net mvc
What is data cache in sql server?
What is the differences between a primary key and a unique key in sql server?
Disable browser cache for entire ASP.NET website?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What are the layouts of ASP.NET Pages?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the different properties of server control that exists?
What are the Types of authentications in IIS