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 session in http request?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Describe state management in asp.net?
What does asp.net stand for?
how can create login from create and written conde in asp.net
How many types of triggers are there in update panel?
How does asp.net page work?
What are client activated objects?
Where viewstate value is stored in asp.net?
What does asp in asp.net stand for?
Can you explain one critical mapping?
How to comment out asp.net tags?
Explain the flow of processing of the request? : asp.net mvc
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is asp.net and how it works?