----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: senthilmd Message 6 in Discussion hi mamatha The first step in exporting a COM+ application to a client computer(your WEB server) is to export the COM+ application to an *.msi file. To do this, follow the steps below: Start --> Settings --->ControlPanel --->Administrative Tools ---->Component Service then Expand COM Services ---> Computer-->My computer ---->Com+ Applications--- 1. At the computer where the COM+ application is already installed, in Component Services, right-click the COM+ application that will be exported, and then click Export. 2.There are two options to export your application when using the wizard: Server Application : This option will export the application including the components and the settings to be configured in another server (this is useful when moving applications from Dev environment to Production) Client Proxy : This will export only proxies for your components so that you can consume them from a remote machine. If your Client (web server) is under trusted Domain you can choose Server method (Recommended by me) or Client can. After running the wizard it will generate two files for you, samples.msi and samples.msi.cab. Both files are required to install the application.Copy these files into you webserver server machine local drive then Run the MSI file it will do remaining... Regards Senthil ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
