What was the difference between machine.config and
web.config files
Answer Posted / sandhya
1)Machine.config is used to store machine level settings
Web.config is used to store per application based settings
2)We can have more than one web.config files but only one
machine.config
3)Web.config overrides the machine.config file.
If we store different values on both for a single key, the
application will get the value from the web.config file
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain the benefits of viewstate?
How does asp.net page work?
What methods are fired during the page load? Init()
What is an assembly? Explain its parts.
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Explain global assembly cache.
What is caching? Explain.
What is the current version of asp.net?
What are the advantages and limitations of query string?
What are the modes of updation in an updatepanel?
Which is an advantage of application service providers?
Explain the different parts that constitute ASP.NET application?
What is the difference between runtime version and version?
What is the part of url?
what are the security certificates used in webservices?