Design Question

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I need to get a very simple piece of data from another server to run a
report. I am wondering what the best way to do it is. Calling a web
service on a local server, calling a remote component or another option?

Thanks in advance.

Mike
 
hi Mike,
maybe you consider TCP sockets to make both applications talk, and if
not sure they will be running in the same time you can make the server app
store the string in the registry and read it from the client app via Remote
 
Hi Mike

Please be precise on the questions. well All it depends upon the
configuration of both the server. Location of each server and also depends
upon the no. of ports open in each of the server.Whether client wants to open
new ports for binary compatibility and is .NET framework installed on the
server machine

Nishith
 
Mike,

Using a webservice in Net is so easy, that in my opinion when you are able
to it (There should be a IIS server running with ASPNET) than all
alternatives are in my opinion the wrong choose.

Just my thought,

Cor
 
Back
Top