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 the difference between pathparam and queryparam?
What does occur first in ASP.Net, Authentication or Authorization?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
Explain about the .NET framework?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
How do you store a value in viewstate and retrieve them?
How is it possible for .NET to support many languages?
What is an assembly? Explain its parts.
Is it possible to create web application with both webforms and mvc?
What is difference between view state and session state?
how to transfer the file from client to server using asp.net
What is mvc in angular?
Explain authorization levels in .net ?
How does the cookies work in asp.net?
If we remove web.config or machine.config from the application then, is this application will works?