Since you are looking at a %100 Microsoft solution, I suggest looking
at .NET Remoting. Since its a proprietary solutions, its faster and
more optimized than web services. Also, it will work along with IIS.
Also, don't bother too much with Cassini, its been hard coded to only
accept messages from the local server. It was intended only for
developers who needed to debug stuff locally within having IIS.
Apparently you can override this, but its a bit of a hack and its not
what Cassini was intended for.
Peter Kelcey
MP - 17 Nov 2005 07:02 GMT
Hi Peter,
Many thanks for your answer. In the post I wasnt quite clear, the
server side is full in MS environment but the clients are not MS.
I think I will create a tcp/ip server for communication.
MP