How can I access server domain with remote object

Nov 22 2004 9:14 AM
Hi I am working with Remoting to create a client server application. I have the following problem: The client "connects" to the server using a remote object that is a server activated object , singleton. this object writes the ip of the client to a text file on the server's machine and the server reads the data from this file and store it in an clients array (which is one of the server's data members). what I want is that the remote object will transfer the ip strait to the array and not through a third party (as the text file in this case). in order to do so , the remote object needs access to the server domain. can you tell me if there is a way to solve this up using remoting (or in some other way) ? Thx, YjP1975