.NET Framework Bookmark and Share   
 index > .NET Remoting and Runtime Serialization > problem while connecting with the remote server vs 2005
 

problem while connecting with the remote server vs 2005

hi there

im doing a remote application in .net 2005,while im connecting the client with remote server in the local machine it works fine, when it cums 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 to handle this,why the exception gets raised is there any problem with rights on the remote machine.

give me some suggestions and give me some links on msdn for advanced remoting concepts it will be useful for me


thnx



Kartheechidambaram
Amolpbhavsar
if i register the channel with ensure security option false ,it works

Channel.RegisterChannel(ChannelName,False);
Kartheechidambaram

You can use google to search for other answers

Custom Search

More Threads

• Is it possible to deserialize an object to a modified class?
• Runtime.Remoting question
• how to bind gridview
• Activation of Remote Objects
• Remoting performance problem
• determining serialization format
• how can I check the remoting class information by reflection?
• Serializing ArrayList - frustrating
• Web Reference: Method SendMailAsync can not be reflected
• (C++/CLI) "FileNotFoundException" raised in "Activator::GetObject()" method of Remoting programming