|
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.
To list registered COMs:
Click on the List COM Objects link in the COM Manager menu.
A list of registered COMs is now displayed.
Topics:
- Registering a COM
- Unregistering a COM