Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 2.11 KB

registering-a-custom-business-object.md

File metadata and controls

41 lines (25 loc) · 2.11 KB
title ms.prod ms.assetid ms.date
Registering a Custom Business Object
access
eed3b78e-310a-98fa-5cf9-32edaab0402f
06/08/2017

Registering a Custom Business Object

Applies to: Access 2013 | Access 2016

To successfully launch a custom business object (.dll or .exe) through the Web server, the business object's ProgID must be entered into the registry as explained in this procedure. This RDS feature protects the security of your Web server by running only sanctioned executables.

Note For MDAC 2.0 and later, the default business object, RDSServer.DataFactory, is not registered by default during MDAC installation. However, if RDSServer.DataFactory was registered as safe for execution on the computer prior to the installation, the registry entry is maintained for the new installation.

To register a custom business object

  1. Click Start and then click Run.

  2. Type RegEdit and click OK.

  3. In the Registry Editor, navigate to the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\ADCLaunch registry key.

  4. Select the ADCLaunch key, and then from the Edit menu, point to New and click Key.

  5. Type the ProgID of your custom business object and click Enter. Leave the Value entry blank.

ACCESS SUPPORT RESOURCES
Access for developers forum on MSDN
Access help on support.office.com
Access help on answers.microsoft.com
Search for specific Access error codes on Bing
Access forums on UtterAccess
Access wiki on UtterAcess
Access developer and VBA programming help center (FMS)
Access posts on StackOverflow