[quoted text, click to view] AVL wrote:
> Hi,
> I'm getting the following message.when trying to connect to the server from
> my client...
>
> "No connection could be made as the server refused it".
>
You don't say what sort of host you have for your remote object
(executable, IIS, Windows service), so it's hard to tell what's going
on. However the most likely answer is that you do not have a server on
the machine identified by IP address 10.236.230.117 listening on port 49157.
Have you tried to get it working on localhost before deploying it to a
remote server?
I notice you're implementing code from Amit and Priti Kalani's MCAD/MCSD
book. Have you gone through the step-by-step? Which one are you trying
to do?
Cheers