简体   繁体   中英

problem while connecting with remote server in vs 2005

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).

I don't know the solution here, but I did a quick google search.

Try to disable "Use Simple File Sharing" under Tool -> Folder Options -> View in Windows Explorer.

在注册频道时, 为了确保安全性 ,我将其设置为false并使其正常工作。

channel.registerchannel(8080,false);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM