Hello,
I have a .NET remoting service listening on a Windows 2003 Server. As far as I know, the Windows Firewall is properly configured to let the information of the Remoting Application go out.
In my PC I have the other part of the communication, trying to execute methods that lives in the Remoting object. In theory, there are not firewalls that can interfere, but this exception is thrown:
SocketExcepcion (Error produced during the connection try, etc.)
I've captured traffic with Microsoft Network Monitor, and I've seen traffic going on between "server and client".
Ideas?. Any help would be very appreciated.
Thanks!