
What is the purpose of machine.config file in .NET?Machine.config file is a machine level configuration file that is installed automatically during Visual Studio .NET installation. Only one machine.config exists for a computer. Settings defined in this file apply to the entire machine. However you can define more specific application level settings in web.config file.
<?xml
version="1.0" encoding="UTF-8"?> This is just
a sample file. Many more tags are available in machine.config file.
_______________________________________________________________________
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |