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

How to set the pane area to transparent of a scrollPane component.?

804


Is it possible to migrate visual interdev design-time controls to asp.net?

818


What are Master Pages in ASP.NET?

808


Can I read the hard disk serial # of the client computer using asp.net?

788


What is bson in web api?

833


What is the request flow used for asp.net mvc framework? : asp.net mvc

755


Explain how cookies work.

829


What are the different types of sessions in asp.net?

718


Describe session handling in a webfarm, how does it work and what are the limits?

846


What's the ASP.Net Application life cycle?

827


Describe the master page.

778


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

846


List the types of authentication supported by asp.net?

750


What do you understand from custom control?

838


What is the use of express session?

764