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 webresource axd?
Why should i prefer JSP over asp.net or any other web development language..??
What is difference between viewstate and session state in javascript?
What is a response cookie?
Define dll hell?
What websites use asp.net?
Why is mvc better than asp.net?
What are the different web pages?
What is the default timeout for a cookie?
How do you open a page in a new window?
Define tracing.
How does exception management works in ASP.NET?
Explain about secure socket layer?
What does mvc represent in asp.net? : asp.net mvc
What are the main differences between asp and asp.net?