
With Microsoft .NET, configuration for any .NET application is stored in XML files, as compared to the Registry which is used for normal Windows applications. With the "Microsoft .NET Configuration" tool (Administrator Tools - Microsoft .NET Configuration) that comes with the .NET Framework, it is possible to configure some application properties. But there is no tool available to manage application settings of a .NET application. Each time a .NET application is installed on a new machine, the system administrator has to edit the XML file in notepad or a similar editor and make the required changes. With many .NET applications installed on ..
|