Acessing COM+ Components

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm developing one application with scenery Webfarm.

I need have a access a one or more methods that they are inside of one Class.

Which is the best way to have access this component that is in another
server who my apllication is running? I need of the tutorials, whitepapers...
please!

Thank you !

Marcelo Cruz
(e-mail address removed)
 
You have several options. One way is to expose COM+ components as web
services. You can configure the same in the Activation tab of your COM+
application.
You might also want to consider other options like Remoting or DCOM, after
weighing the performance and security requiremts of your application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top