dotConnect Universal Documentation
In This Topic
    Deployment
    In This Topic

    To deploy applications written with dotConnect Universal, copy some run-time assemblies to target machine. The assemblies can be registered at the Global Assembly Cache (GAC) for the appropriate .NET Framework or placed in the folder of your application.

    Another way to install the *.dll files needed is to launch setup program of dotConnect Universal and choose "Minimal" option. Note that according to End-User License Agreement this is the only install you can do on target machine. You must not distribute any other part of dotConnect Universal.

    When dotConnect Universal is run as partially trusted code (this is actual for web projects), it requires medium trust plus ReflectionPermission.

    For deployment requirements of actual data provider used by dotConnect Universal refer to corresponding documentation.