| Where is the web/machine.config file locations? |
|
Global web.conf and machine.config allow you to make setting globally. But where is the file located? here's where: The machine.config file is located in x:\<windows>\Microsoft.NET\Framework\<version>\config\machine.config. The global web.config file is also located in x:\<windows>\Microsoft.NET\Framework\<version>\config\web.config.
|