Re: AuthenticationException when calling a method on the proxy to a distant server - URGENT
- From: Jean-Pierre <jean-pierre.delprat@xxxxxxxx>
- Date: Mon, 21 May 2007 14:48:20 +0200
Never mind, I've found the solution by myself.
It was related to the "ensureSecurity" flag in the ChannelServices.RegisterChannel method.
Regards,
Jean-Pierre
Hello,.
I'm writing a remoting application.
When my server and my client are located on the same computer, my application works.
When the server is located on a different machine, I can create a proxy to the server in my client application (no network activity when creating a proxy), but as soon as I call a method on the proxy,
I get the following exception.
AuthenticationException
Échec de l'authentification sur le site distant (le flux est peut-être toujours disponible pour d'autres tentatives d'authentification).
Translation :
authentication failure on the distant site (the stream may still be available for other authentication tries).
Please, help
Thanks in advance,
Jean-Pierre
- References:
- Prev by Date: RE: Remoting Questions
- Next by Date: Re: Remoting Questions
- Previous by thread: AuthenticationException when calling a method on the proxy to a distant server - URGENT
- Index(es):
Relevant Pages
|