Create COM+ Applications
The following procedure describes how to create a COM+ application to house a COM Classic component.
Note Application Center does not support the synchronization of COM Classic components. To synchronize a COM Classic component, create a COM+ application, and then install the COM Classic component into the COM+ application.
To create a new COM+ application
In the Component Services snap-in, click the server on which you want to create a application.
Expand the server node, right-click the COM+ Applications folder, and the pop-up menu, point to New, and then click Application.
To create an empty application, in the COM+ Application Install Wizard, in the Install or Create an empty application dialog box, click Next, and then click Create.
In the box, enter a name for the new application.
In an application name, the following special characters are not allowed: \ / ~ ! @ # % ^ & * ( ) | } { ] [ ' " > < ? . : ;
Under Activation type, click either Library application or Server application, and then click Next.
Note A server application runs in its own process. Server applications can support all COM+ services. A library application runs in the process of the client that creates it. Library applications can use role-based security, but do not support remote access or queued components.
In the Set Application Identity dialog box, under Account, click either Interactive user (the default) or This user.
Interactive user is the user who is currently logged on to the server at any given time. To select a different user, click This user, and then enter a specific Microsoft® Windows® 2000 user account or group.
Note The Interactive User setting is not recommended because it requires a user to be logged on to the server. Consider using a domain account for this setting.
If you select This user, enter the user name and password, in the Confirm box, retype the password, and then click Next.
Note The Set Application Identity dialog box appears for activation type and server application only. Library applications do not use this property.
Click Finish.
Related Topics
For more information about importing COM components into a COM+ application, see Install COM Components.
For more information deploying COM+ applications, see Deploy COM+ Applications.
For more information about synchronization, see Synchronization Fundamentals.
For more information about Application Center applications, see Application Fundamentals.
Did you find this information useful? Please send your suggestions and comments about the documentation to acdocs@microsoft.com.