Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed a client application that uses remoting on a new PC (running Windows XP SP2). When the server tries to connect to it to perform remoting I get an AuthenticationException:

System.Security.Authentication.AuthenticationException was unhandled.
A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or
ImpersonationLevel.

It worked okay on the old PC - so it must be a security configuration issue.

I have Googled for a solution (with no useful results).

Any ideas please as to where the configuration might be - or any other ideas.

(Note: The PCs are in the same WORKGROUP domain.)

Thanks.
Paul
Posted

The solution was to turn off the Simple File Sharing (in Explorer under Tools | Folder Options - View tab, last item, "Use simple file sharing (recommended" ;P ).
 
Share this answer
 
Comments
pinx 14-Sep-10 5:55am    
We have been struggling with this problem and Googling for a solution, and this simple setting was the thing that solved it.
THANKS!
I had once a similar exception using remoting between 2 PCs (though they were not on the same domain I think).
As I remember, I solved it unactivating the security option when initializing the TCP Channel (can't remember if it's needed both on client and server side).
I just looked over MSDN, and this TCP Channel property seems to be "IsSecured".

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900