ensureSecurity

It was this little bool that was causing the web to not be able to talk to the Service
RemotingConfiguration.Configure(string filename, bool ensureSecurity);
http://msdn2.microsoft.com/en-us/library/system.runtime.remoting.remotingconfiguration.configure.aspx
Apparently, the 1.1 version of this method didn’t have that 2nd parameter.
Also, we should probably ensure security later and actually pass the required authorization details to the service instead of disabling security.

Comments

Archive

Show more