I’m doing a remote application in .NET 2005,while I’m connecting the client with remote server in the local machine it works fine, when it comes to a remote machine it raises an exception:
“A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or ImpersonationLevel.”
How do I handle this, why is the exception getting raised, and is there any problem with rights on the remote machine.
I did a sample remote application, I put the server side coding to one of the machines on
our network, and I ran the client program from my machine, while trying to connect to the server the client raises an exception:
“A remote side security requirement was not fulfilled during authentication. Try increasing the ProtectionLevel and/or ImpersonationLevel.”
I’m using Visual Studio .NET 2005 (.NET 2.0 framework).
while registering the channel ,i put false for ensure secure property and it works.