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
What is the full form of asp.net?
Explain the steps to be followed to use passport authentication.
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is the differences between a primary key and a unique key in sql server?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Where is cookie used in asp.net?
What I need to create and run an asp.net application?
What is csrf attack in asp.net?
What is a page life cycle? What are the events in a page life cycle?
What is validation in asp.net?
How do you hide the columns?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
In Code-Behind class which kind of code (server or client) is found ?
Difference between application events and session events
Explain the server control events of asp.net ?