What was the difference between machine.config and
web.config files
Answer Posted / sandhya
1)Machine.config is used to store machine level settings
Web.config is used to store per application based settings
2)We can have more than one web.config files but only one
machine.config
3)Web.config overrides the machine.config file.
If we store different values on both for a single key, the
application will get the value from the web.config file
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is cache in asp net?
What are the differences between primary foreign and unique keys?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How about the security in Activex DLL and Activex EXE ?
Which object wraps the state or data of a user?
What are the benefits of view state?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is session start?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How many types of sessions in asp.net?
What are the navigation ways between pages available in ASP.NET?
Describe the difference between inline and code behind - which is best in a?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
How many types of session in ASP.NET