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 are the difference between function and stored procedure in .net programming language?
Which class is used to send an email message from an ASP.NET Web page?
How to find last error which occurred in Asp.net ?
Why is the standalone environment only useful during the development process?
What is the full form of asp.net?
What is session id in web application?
What’s the catch?
What is the main difference between Asp.net and Vb.net?
What is http response header?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What is Razor View Engine
What is GAC in ASP.NET 2.0
What is the difference between web.config and machine.config in ASP.NET?
How does a content page different from a master page?
What is webresource axd?