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
what is the difference between response.write() and response.output.write()?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Explain model, view and controller represent in an mvc application? : asp.net mvc
What are the different session state management options available in asp.net?
Explain the working of passport authentication.
What is web api vs wcf?
How many types of session state management options available in asp.net?
What is the difference between CC and BCC?
What is state management techniques in asp.net?
What is a web pool?
Why do we need master page in asp.net?
How does output caching work in ASP.NET?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How will you maintain versioning in asp.net 2.0?
Explain code snippet to register exception filters from controller?