Interview Question
Qus: What is the importance of machine.config? How many machine.config files can we have?
Machine.Config file, this file specifies the settings that are global to a particular system, Machine.config file is used to configure the application according to a
system. That is, configuration done in machine.config file is affected on any application that runs on a system. Usually, this file is not altered. We can have only one machine.config file in a system.
Answers (2)
You can have only one machine. config file.
system. That is, configuration done in machine.config file is affected on any application that runs on a system. Usually, this file is not altered. We can have only one machine.config file in a system.