App.config
Last updated
Was this helpful?
Last updated
Was this helpful?
Desktop (WinForms) applications based on .NET and Visual Studio use a file named App.config to store configuration settings for most things that are configurable.
The PPJ Framework also uses the App.config file to read its settings.
All the settings supported by the PPJ Framework can be edited easily using the Configuration Tool provided in the PPJ Utility package.
The skinning engine can be configured by code or entirely from outside the application using the App.config file. For the definition of all the supported settings read the section.
The default reporting engine as well as engine-specific settings are also stored in App.config. Read the section for the description of the supported settings.
Database settings are in Sql.config but the location of the file can be defined in App.config. Read the section for the detailed description of all the supported properties.