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
How information about the user's locale can be accessed?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is the caspol.exe tool used for?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is caching? What are different ways of caching in asp.net?
What are the different types of sessions in asp.net? Name them?
When was asp.net released?
What are the types of caching in asp.net?
How can we access static variable?
How can you handle exceptions in asp.net?
What are the different types of sessions in asp.net?
Explain cookies with example.
Difference between overriding and overloading?
What are session state modes? List some of the important session state modes of asp.net.
What are the ways of preserving data on a Web Form in ASP.NET?