Search Results for

    Show / Hide Table of Contents

    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 Core and .NET 5+ applications can use files, MSBuild properties and environment variables to set the various run-time settings, see .NET Core 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.

    See Also

    • Getting Started
    • Worker System
      • Configuration
        • AConfig Configuration Facility
          • .NET Core Run-time Settings
          • .NET Framework Run-time Settings
    In This Article
    Back to top Copyright © 2020 Envobi Ltd