What was the difference between machine.config and
web.config files
Answer Posted / mansi
Two types of configuration files supported by ASP.Net.
Configuration files are used to control and manage the behavior of a web application.
i) Machine.config
ii)Web.config
Difference between Machine.Config and Web.Config
Machine.Config:
i) This is automatically installed when you install Visual Studio. Net.
ii) This is also called machine level configuration file.
iii)Only one machine.config file exists on a server.
iv) This file is at the highest level in the configuration hierarchy.
Web.Config:
i) This is automatically created when you create an ASP.Net web application project.
ii) This is also called application level configuration file.
iii)This file inherits setting from the machine.config
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is difference between cache and session?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.
What is asp.net mvc? : asp.net mvc
What is user control in asp.net?
How can you implement the postback property of an asp.net control?
How do session tokens work?
Explain the server control events of asp.net ?
What is the base class from which web forms are inherited?
Explain State management in asp.net
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Where is cookie used in asp.net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is the difference between c# and .net?