Machine.config is similar to your app.config file, but its scope is whole machine. Every .NET application run on your machine use this file the same way as your app.config. It can contain same configuration sections. You typicaly don't modify machine.config directly, but with "Microsoft .NET Framework 1.1 Configuration" tool from Control Pannel\Administrative Tools. There are also similar files for enterprise and user section, which you can see in the tool. I hope this is enought for beginning.
1 answers
Machine.config is similar to your app.config file, but its scope is whole machine. Every .NET application run on your machine use this file the same way as your app.config. It can contain same configuration sections.
You typicaly don't modify machine.config directly, but with "Microsoft .NET Framework 1.1 Configuration" tool from Control Pannel\Administrative Tools.
There are also similar files for enterprise and user section, which you can see in the tool.
I hope this is enought for beginning.
answered 2 years ago by:
0
This post was imported from csharpfriends, if you have a similiar question please ask it again.
All previous members have been migrated, hope you enjoy the new platform!