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 can you handle exceptions in asp.net?

649


Explain swagger components.

656


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

620


Can you nest updatepanel within each other?

644


What are client activated objects?

656






Explain the difference between asp.net mvc and asp.net webforms

682


Explain how can we access static variable?

658


What is the difference between system.stringbuilder and system.string

352


List the advantages and disadvantages of user control an custom control?

627


Which property is used to identify the Page is Post Back in ASP.NET?

651


What is the concepts of globalization and localization in .net?

628


What is the difference between mvc and asp.net? : Asp.Net MVC

565


What is the difference between client-side and server-side validations in webpages?

652


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

737


Define the term Web Garden?

618