Configuration
AConfig
The actionETL AConfig Configuration Facility is the primary way to store and retrieve:
- User created settings (connection strings, folder and file names, URLs etc.)
- Predefined actionETL settings (dataflow buffer sizes etc.)
.NET Run-time Settings
The run-time behavior of .NET applications can be configured before the application starts. Performance related settings for memory and compilation are particularly relevant for actionETL applications.
.NET 6+ applications can use files, MSBuild properties and environment variables to set the various run-time settings, see .NET Run-time Settings for details.
.NET Framework applications can use "app.config" / "web.config" files to set the various run-time settings, see .NET Framework Run-time Settings for details.