What was the difference between machine.config and
web.config files
Answer Posted / m.srinivasarao
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a runtime version?
How will you load dynamic assembly?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What parameters can you pass in the url of the api?
When should I use server transfer and response redirect?
What is caching? Explain.
What are the parts of an http response?
What are the asp.net list controls and difference between them?
Distinguish between Server-side and Client-side code with its functionality?
Which method is used to perform all validation at the page level?
How do we ensure view state has not tampered?
How to do state management in ASP.NET?
Does asp.net still recognize the global.asa file?
What is datagrid asp.net?
What is difference between view state and session state?