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
What is a uri query?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Difference between .NET and previous version?
9. Why should we hire you over the others waiting to be interviewed?
Is asp.net mvc still used? : Asp.Net MVC
What are the ways of preserving data on a Web Form in ASP.NET?
How to fetch a data from one table to another table in asp.net ?
Are there resources online with tips on asp to asp.net conversions?
How you will improve web application performance?
What is the difference between page directive include and action tag include?
Who creates jsessionid?
Which is better session or viewstate?
What is the use of express session?
What do you mean by authorization?
Differentiate globalization and localization.