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 function of the ViewState property?
What is caching? Explain.
Can you explain architecture of your project ?
Which dll handles the request of .aspx page?
What is server infrastructure & server components?
Explain Life cycle of ASP.NET page when a request is made.
What kind of programming language is ASP.NET?
Securitywise What are the Enhancements in 2.0?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
How do sessions work?
What is a ashx file?
What are the asp.net server side objects?
Define viewstate in .net?
How you can access the values from the Repeater control in ASP.NET?
Explain what is clr?