Machine.config - Windows, Console, ClassLibrary, & Web applications - Basic concept of ASP.NET

Q.  Which file contains settings for all .NET application types, such as Windows, Console, ClassLibrary, and Web applications?
- Published on 28 Jul 15

a. Web.config
b. Machine.config
c. Global.asax
d. All of the above

ANSWER: Machine.config
 

    Discussion

  • Brijesh   -Posted on 24 Sep 15
    Machine.config, contains settings that apply to an entire .NET applications. This file is located at the following path:
    \WINNT\Microsoft.NET\Framework\[Framework Version]\CONFIG\machine.config
    You can override machine.config file setting by using Web.config file.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)