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 sessions used for?
What are the built-in objects in asp.net?
Where is asp.net session stored?
Why asp.net is used?
Which Is Faster MVC or ASP.net ?
Differentiate between globalization and localization.
Is asp.net free?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is client side state management?
What is the difference between session and application?
Explain in what order a destructors is called.
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is a proxy in web service?
Describe how to implement globalization and localization in the use interface in .net.
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net