Qus:    What is the importance of machine.config? How many machine.config files can we have?
Nov 26, 2020 20:52 DotNet 2 Answers Views: 1265 PADMAKEECHU

 



 



 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.

Prev Next
Answers (2)
PARTH Nov 27, 2020 11:20
Answer:   The machine. config file is important because it is the master configuration file on your system with a lot of default settings. The settings of machine.config file are applied to the whole asp.net applications on your server.

You can have only one machine. config file.

TEJA Nov 27, 2020 15:11
Answer:   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.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect