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
Please briefly explain the usage of global.asax?
Explain the difference between debug.write and trace.write? When should each be used?
Does google crawl redirects?
What is the use of express session?
What are the namespaces used in asp.net mvc? : asp.net mvc
How would you turn off cookies on one page of your website?
How to disable disable browser's Back button in asp.net (JavaScript)?
What does it mean your session has timed out?
How to implement form based authentication in asp.net application?
Can you explain the importance of finalize method in .net?
What is difference between web config and global asax?
What is difference between session and viewstate?
What are the different web pages?
Do you know caching feature?
What is asp.net with mvc? : Asp.Net MVC