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


Please Help Members By Posting Answers For Below Questions

What is a runtime version?

700


How will you load dynamic assembly?

729


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

713


What parameters can you pass in the url of the api?

837


When should I use server transfer and response redirect?

691






What is caching? Explain.

716


What are the parts of an http response?

673


What are the asp.net list controls and difference between them?

700


Distinguish between Server-side and Client-side code with its functionality?

822


Which method is used to perform all validation at the page level?

714


How do we ensure view state has not tampered?

788


How to do state management in ASP.NET?

781


Does asp.net still recognize the global.asa file?

712


What is datagrid asp.net?

695


What is difference between view state and session state?

649