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



can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in..

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

can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in..

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

Post New Answer

More ASP.NET Interview Questions

How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


calling result set one procedure to anothar procedure in sql2000

0 Answers  


What event handlers can I include in Global.asax ?

1 Answers  


How you can access the properties and controls of master pages from content pages?

0 Answers  


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?

1 Answers  


List all templates of the repeater control.

0 Answers  


What are the options in ASP.NET to maintain state?

0 Answers   CDC,


Which browsers support the xmlhttprequest object?

0 Answers  


what is CTS?

3 Answers   PrimeLine,


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


What is application variable in asp.net?

0 Answers  


Can user control be stored in library?

0 Answers  


Categories