COM Manager

Hosting Controller enables you to register new COMs on your web server. Component Object Model (COM) is Microsoft's framework for developing and supporting program component objects. COM provides the underlying services of interface negotiation, life cycle management (determining when an object can be removed from a system), licensing, and event services (putting one object into service as the result of an event that has happened another object).

A new COM is powered by a DLL (Dynamically Linked Library) file. A DLL file allows the same block of library code to be shared between several tasks rather than each task containing copies of the routines it uses. To register a new COM you need to upload the DLL file(s) associated with that COM the client's web site.

Note: This section needs to be enabled by web host. If you do not see this section in your Hosting Controller menu, then it has not been enabled. Please refer to your hosting administrator for more information.

To list registered COMs:

  1. Click on the List COM Objects link in the COM Manager menu.

  2. A list of registered COMs is now displayed.

Topics:

- Registering a COM
- Unregistering a COM

 

Send Feedback