all groups > dotnet remoting > may 2007 >
You're in the

dotnet remoting

group:

AuthenticationException when calling a method on the proxy to a distant server - URGENT


AuthenticationException when calling a method on the proxy to a distant server - URGENT Jean-Pierre
5/21/2007 12:00:00 AM
dotnet remoting:
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,
Re: AuthenticationException when calling a method on the proxy to a distant server - URGENT Jean-Pierre
5/21/2007 2:48:20 PM
Never mind, I've found the solution by myself.

It was related to the "ensureSecurity" flag in the
ChannelServices.RegisterChannel method.

Regards,
Jean-Pierre

[quoted text, click to view]
AddThis Social Bookmark Button