What was the difference between machine.config and
web.config files
Answer Posted / kalyan ch sarkar
Two types of configuration files supported by ASP.Net.
Configuration files are used to control and manage the
behavior of a web application.
i) Machine.config
ii)Web.config
Difference between Machine.Config and Web.Config
Machine.Config:
i) This is automatically installed when you install Visual
Studio. Net.
ii) This is also called machine level configuration file.
iii)Only one machine.config file exists on a server.
iv) This file is at the highest level in the configuration
hierarchy.
Web.Config:
i) This is automatically created when you create an
ASP.Net web application project.
ii) This is also called application level configuration
file.
iii)This file inherits setting from the machine.config
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is voluum?
What is a viewstate?
What is authentication in asp.net?
What is query string in asp.net?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
What is the difference between globalization and localization?
Describe the method to create a permanent cookie?
Which platform does Microsoft .NET use for exchanging data between applications?
Which adapter should you use, if you want to get the data from an access database?
What does aspcompat="true" mean?
What is difference between URL and URI?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain culture and uiculture values.
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Explain how does asp page work?