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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
How you can use video conferencing in asp.net? guys plz help me ...
calling result set one procedure to anothar procedure in sql2000
What event handlers can I include in Global.asax ?
How you can access the properties and controls of master pages from content pages?
When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?
List all templates of the repeater control.
What are the options in ASP.NET to maintain state?
Which browsers support the xmlhttprequest object?
what is CTS?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is application variable in asp.net?
Can user control be stored in library?