What was the difference between machine.config and
web.config files
Answer Posted / mansi
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define caching.
What is ashx file in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
How to implement globalization and localization in the use interface in .net.
Define common type system?
Explain login control and form authentication.
How do you remove duplicates without using remove duplicate stage?
Explain the use of view state?
What are the asp.net security controls?
What r the asp.net list controls and difference between them?
What's the ASP.Net Application life cycle?
How to sign out from forms authentication?
what are the security certificates used in webservices?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is webresource axd?