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 advantages of passport authentication?
What is asp.net master page?
Explain culture and uiculture values.
What is simple data binding?
What is the main differences between asp and asp.net?
What is scope of an application variable in asp.net?
How to find out what version of asp.net I am using on my machine?
What is the difference between application state and session state in asp net?
Why select Web API?
What are directives in asp.net?
Why viewstate is used in asp.net?
In asp.net, how can you validate drop down box?
What is the difference between typeof() vs gettype()?
How would you create a permanent cookie?
Which protocol is used in a web api?