blah blah blah is here! blah blah » Close

up0down
link

plz. help me by answering this question.

last answered 8 months ago

1 answers

up0down
link

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.

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!

Feedback