Here are some extra infos: - The remoted object is a CAO (client activated object). - The CAO is hosted in a .EXE Windows Forms application (while the remotable object is defined in a .DLL Class Library application). - All the assemblies (Client WinForm, ServerWinform, Remorable object Class Library) are strong named and have Full Trust (based on the public key)
When running local (client and server in localhost) the program do work. When running with the server in the W2K machine and the client in the W2K machine the program work. The problem is when running with the server in the W2K3 machine and the client in the W2K machine: - whith http channel I get this error System.Runtime.Remoting.RemotingException: Requested Service not found - whith tcp channel I get this error System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it So I don't think this problem is on .NET security but on the W2K3 network security settings. How can I check it? TIA (luKa) =================================== This list is hosted by DevelopMentor� http://www.develop.com Some .NET courses you may be interested in: Guerrilla ASP.NET, 10 Nov 2003 in London and 26 Jan 2004, in Los Angeles http://www.develop.com/courses/gaspdotnet Guerrilla .NET, 8 Dec 2003, in Los Angeles http://www.develop.com/courses/gdotnet View archives and manage your subscription(s) at http://discuss.develop.com
