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
How do active server pages work?
Why SessionID changes in every request in asp.net?
How does session state work in asp.net?
Which method do you use to kill explicitly a users session?
What is the purpose of asp.net?
List of words of preprocessor in .net?
How can you handle unmanaged code exceptions in asp.net?
Why session is necessary in web application?
Explain different authentication modes in asp.net?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
How will you load dynamic assembly? How will create assesblies at run time?
What are the main requirements for caching?
What is the difference between CC and BCC?
What are Authentication and Authorization?
Explain the various authentication mechanisms in asp.net.