What was the difference between machine.config and
web.config files
Answer Posted / saransony
Configuration files are used to control and manage the
behavior of a web application.
Machine.config
Web.config
Difference between Machine.Config and Web.Config?
Machine.Config:
This is automatically installed when you install Visual
Studio. Net.
This is also called machine level configuration file.
Only one machine.config file exists on a server.
This file is at the highest level in the configuration
hierarchy.
Web.Config:
This is automatically created when you create an ASP.Net
web application project.
This is also called application level configuration file.
This file inherits setting from the machine.config
Links- http://www.go4expert.com/forums/showthread.php?
t=6704
http://forums.asp.net/t/1117776.aspx
| Is This Answer Correct ? | 36 Yes | 3 No |
Post New Answer View All Answers
Define authentication and authorization.
Explain the difference between authentication and authorization.
What is a Cookie? Where is it used in ASP.NET?
What are the different authentication modes in asp.net?
What is mvc in asp.net interview question? : Asp.Net MVC
How do we sort the data from a dataset?
What is the difference between table and query?
What events will occur when a page is loaded?
What does uri mean?
Whats the difference between abstract factory pattern and factory pattern?
What are the advantages of Web API?
Which of the following .NET framework supports Web API?
Define the term Scavenging in Caching?
Is redux flux?
How do you change the session time-out value?