RemotingConfiguration.Configures ensuresecurity parameter doesnt seem to work
I am using .net framework 2.0 for remoting and have created a windows service as the remoting host.
Everything works fine if i write a code as
RemotingConfiguration.Configure(filename,false) , but if i give true to ensure security parameter the application just hangs.
My client also uses the same configuration.
I just do not understand the problem and not enough documentation is given on msdn for the same.

