Explain the difference between Web config and Machine config files?
Ask by Nishi Tiwari
Updated 18 Sep 2020
The web config file is mostly used for web applications whereas the Machine config file is specifically used for machine or server.
There can be multiple web config files in the application but there is one and only one machine config file.