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
What do you mean by authentication?
What are the events in a page life cycle?
List the advantages and disadvantages of user control an custom control?
What are the two Layouts supported by a Web form in ASP.NET?
What is a server farm in iis?
Is it possible for me to change my aspx file extension to some other name?
What is _viewstart?
What can we do with asp.net?
What is the procedure to create the environment for asp.net? : asp.net mvc
Explain Life cycle of ASP.NET page when a request is made.
Can I combine classic asp and asp.net pages?
What do you understand by aggregate dependency?
Describe the Server Control Events of ASP.NET?
Which is better session or viewstate?
What is cross page posting? How is it done?