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


Please Help Members By Posting Answers For Below Questions

What is the full form of asp.net?

618


Explain the steps to be followed to use passport authentication.

681


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

666


What is the differences between a primary key and a unique key in sql server?

635


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?

624






Where is cookie used in asp.net?

660


What I need to create and run an asp.net application?

607


What is csrf attack in asp.net?

592


What is a page life cycle? What are the events in a page life cycle?

583


What is validation in asp.net?

664


How do you hide the columns?

672


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?

594


In Code-Behind class which kind of code (server or client) is found ?

680


Difference between application events and session events

679


Explain the server control events of asp.net ?

631