Microsoft Exam Questions

Which configuration file should be utilized?

Which of the configuration files are utilized by developers when programming computer specific
Web settings as remoting channels and assembly bindings of ASP.NET applications?
Which configuration file should be utilized?

A.
You should consider utilization of the App.config file.

B.
You should consider utilization of the Global.asax file.

C.
You should consider utilization of the Trace.asmx file.

D.
You should consider utilization of the Machine.config file.

Explanation:
The Machine.config file is utilized by the computers to controls the configuration
settings for the entire computer like the built-in remoting channels and assembly binding systemwide. Developers should additionally note the Machine.config file also utilizes ASP.NET
configuration settings by searching for APIs and ASP.NET settings.