tags:

views:

111

answers:

0

Hi all, I have a COM+ application proxy in the form of an *.msi file. Once installed, the application proxy will be installed into Component Services. To use this application proxy, I need to get into the proxy's properties and enter a remote server name, that connects the proxy to an actual COM+ application server.

My question is: Is it possible to programmatically set the remote server name for a COM+ application proxy in .NET?

Thanks