Remote Objects or Webservice or Client-Server??

H

Halimaji Nijazi

(Already posted on vb-group, but don't get any answers)
Hi newsgroup

I need some conceptional help.

I am planning a Application which fullfills following requirements:

I have several Locations, every Location with its own server. I reside on
the main location.

What I am trying to do now is to write an application which gives me the
possibilities to kick on the app on the other locations. The calculations
the app makes on the other locations should be made local an the result
should be returned to me.

I thought about a webservice but this will mean that I habe to install (an
configure!!!) the app on each location in IIS. A pure client-server
application is hard for handling when the app hung.

I thougt about using remote objects, but my knowledge is small in this
case... May this be a way?

In every case thanks alot for every assistant you can give me!

Greets


Nijazi Halimaji
 
C

CT

Nijazi,

I think the easiest to implement is Web services. Using .NET Remoting will
also require you to install and configure the remote objects. I am not quite
sure how you want a "pure client-server" solution to handle this?
 

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

Top