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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a uri query?

773


In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?

802


Difference between .NET and previous version?

2315


9. Why should we hire you over the others waiting to be interviewed?

2481


Is asp.net mvc still used? : Asp.Net MVC

714


What are the ways of preserving data on a Web Form in ASP.NET?

829


How to fetch a data from one table to another table in asp.net ?

801


Are there resources online with tips on asp to asp.net conversions?

766


How you will improve web application performance?

753


What is the difference between page directive include and action tag include?

723


Who creates jsessionid?

797


Which is better session or viewstate?

709


What is the use of express session?

744


What do you mean by authorization?

717


Differentiate globalization and localization.

789