What was the difference between machine.config and
web.config files

Answer Posted / naveen malik

Machine.Config:-

1. This file comes from the Visual Studio .net installation.
2. You can refer this file as machine level configuration
file.
3. This file you can search in the server.


Web.Config:-

1. This file gets created with your application.
2. You can refer this file as application level
configuration file.
3. This file inherits setting from the machine.config

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For which does this Codebehind="MyCode.aspx.cs" is relevent to ?

583


What is client side state management?

510


how to retrieve property settings from xml .config file.

549


Explain the overview of asp.net?

567


How do you deploy your asp.net application?

540






What is difference between cache and session?

502


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

540


In ViewState How much lifespan items stored?

594


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

539


Is data edited in the Repeater control?

590


Which class is used to send an email message from an ASP.NET Web page?

548


What are the main requirements for caching?

545


How do we access view state value of this page in the next page?

656


Define web services in asp.net.

564


What is the difference between dynamic SGA and static SGA?

590