What was the difference between machine.config and
web.config files
Answer Posted / sanjay maurya
What are the two types of configuration files supported by
ASP.Net?
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
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the asp.net security controls?
How you can return View from ASP.NET Web API method?
Define msil.
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
How to bind all the binding controls in a page at once in ASP.NET?
How can you handle unmanaged code exceptions in asp.net?
What is the function of the ViewState property?
How many types of sessions are there in asp net?
What is http post and http get?
Can we have a web application running without web.config file?
Why mvc is better than asp.net? : Asp.Net MVC
How do we implement bundling in MVC?
Explain how to prepare culture-specific formatting in .net.
A web service can only be written in .net? State whether true or false.
What is application session?