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 asp according to you?

0 Answers  


Which Is Faster MVC or ASP.net ?

0 Answers   Arigo Infotech,


Why mvc is better than asp.net? : Asp.Net MVC

0 Answers  


What is mvc in asp.net tutorial? : Asp.Net MVC

0 Answers  


Explain about solution explorer window?

0 Answers  


How do sessions work?

0 Answers  


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

1 Answers  


Explain how cookies work. Give an example of cookie abuse.

0 Answers  


Describe session handling in a webfarm?

0 Answers  


IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.

1 Answers  


What kind of data can be stored in viewstate?

0 Answers  


What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?

1 Answers   Innvectra,


Categories