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

what is impersonation in ASP.NET?

7 Answers   Accenture, Merrill Lynch, Wipro,


What is http session state?

0 Answers  


Where the assembly is stored in asp.net?

0 Answers  


How do I publish my asp.net application to my isp's web server?

0 Answers  


How to consume a webservice in a windows application without adding through the web reference?

1 Answers   247Customer,






What types of data validation events are commonly seen in the client-side form validation?

0 Answers  


Why is asp.net so popular?

0 Answers  


how to use html code in asp source code?

1 Answers  


How can you register a custom server control to a web page?

0 Answers  


What does asp.net stand for?

0 Answers  


Which is an advantage of application service providers?

0 Answers  


What is viewstate parameter?

0 Answers  


Categories