What is different between webconfig.xml & Machineconfig.xml ?



What is different between webconfig.xml & Machineconfig.xml ?..

Answer / sulochana singh

Web.config & machine.config both are configuration files.Web.config contains settings specific to an application where as machine.config contains settings to a computer. The Configuration system first searches settings in machine.config file & then looks in application configuration files.Web.config, can appear in multiple directories on an ASP.NET Web application server. Each Web.config file applies configuration settings to its own directory and all child directories below it. There is only Machine.config file on a web server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Explain client side state management system.

0 Answers  


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


What is data binding in asp net?

0 Answers  


What are typed datasets?

1 Answers   IBS,


Can we have a web application running without web.config file?

0 Answers  






Describe how ASP.NET maintains process isolation for each Web application?

0 Answers   B-Ways TecnoSoft,


what is soap?

5 Answers   Cognizant, Microsoft, NCR,


How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.

1 Answers  


What do you understand from custom control?

0 Answers   C DAC, CDAC,


How you can manage the state of application at the server side in ASP.NET?

0 Answers  


what is difference between User Control,Custom Contro1,Web server control and template controls

1 Answers  


We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?

0 Answers  


Categories