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
Can you change a master page dynamically at runtime? How?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How you can stop the validation of ASP.NET controls from client side?
What role “#&&” plays in a querysting?
How can we create custom controls in asp net?
How can we identify that the Page is Post Back?
Why is it preferred to not use finalize for clean up?
What is mvc in asp.net tutorial? : Asp.Net MVC
What are early binding and late binding.
What are the advantages of using Master Pages?
What is meant by web application?
Name the two properties are on every validation control?
Explain the asp.net mvc request life cycle? : asp.net mvc
How can you identify that the page is post back?