Re: actively refused exception
From: Elias Sanchez (eliasstmailbox-google_at_yahoo.com)
Date: 10/10/04
- Next message: Ben Fidge: "Newbie: Server -> Hosting application feedback"
- Previous message: gmoh_at_pp2000.com: "Re: RemoteException-Permission Denied"
- In reply to: Sam Santiago: "Re: actively refused exception"
- Messages sorted by: [ date ] [ thread ]
Date: 10 Oct 2004 07:01:21 -0700
Hi Sam,
Thank you for your reply, it turned out to be a configuration issue, I
was using programmatic configuration(I know first mistake), I changed
it to a file configuration and now it's working again(I still don't
know exactly what was causing it because it's the same configuration,
and it was working before, but I guess that's why the recommend the
use of a file)
"Sam Santiago" <ssantiago@n0spam-SoftiTechture.com> wrote in message news:<eIEPwijrEHA.1036@TK2MSFTNGP10.phx.gbl>...
> This usually happens for several reasons:
>
> 1) The server application is not running prior to the client application.
> Verify the server (in this case a service) is truly started an operational.
>
> 2) Name resolution. Try an IP address vs. a machine name. If that works,
> then you have a name resolution issue. You can have your network admin
> check DNS or WINS or whatever you are using to resolve names. You can also
> update the HOSTS file in the C:\WINDOWS\SYSTEM32\DRIVERS\ETC director as
> well.
>
> 3) Socket permissions. Check out this link regarding setting socket
> permission via configuration:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconconfiguringclientapplication.asp
>
> or check out the SocketPermission class:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemNetSocketPermissionClassTopic.asp
>
> 4) Remoting configuration. You client and server are not using the same
> port.
>
> Thanks,
>
> Sam
> --
> _______________________________
> Sam Santiago
> ssantiago@n0spam-SoftiTechture.com
> http://www.SoftiTechture.com
- Next message: Ben Fidge: "Newbie: Server -> Hosting application feedback"
- Previous message: gmoh_at_pp2000.com: "Re: RemoteException-Permission Denied"
- In reply to: Sam Santiago: "Re: actively refused exception"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|