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 are the ways to sending the data in ASP.NET page?

571


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

18541


What is a reflection?

589


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

534


To display data in a Repeater control which template you provide?

598






What are the differences between the response.write() and response.output.write()?

539


What is distributed system in asp.net?

547


Define what is razor? : asp.net mvc

585


Define satellite assemblies.

588


What are the Types of object in asp

641


Why would a company use an application service provider?

496


Why session management is required?

547


To redirect the user to another page which method do we use without performing a round trip to the client?

539


How to store checkbox value in database in asp.net mvc? : Asp.Net MVC

523


What is data caching?

562