Has anyone successfully set up hardware load balancing using BP 6.x? Is there a specific connection mode that I need to select? The current load balancing guide is for 5.x which doesn't use WCF, so it's not helpful as it seems that the .net remoting of 5.x needs different settings from the WCF in 6.x (like sticky/persistent sessions).
We are attempting to use WCF with Message Encryption, but receive error messages that indicate to me that the security negotiation is not working. When I connect using WCF Insecure, I can connect successfully.
I'm wondering if we need to use WCF with Transport Encryption and put a Cert on the load balancer, but I can't test that without buying a cert (per company policy)
Here's the error message I receive:
System.ServiceModel.Security.SecurityNegotiationException: The caller was not authenticated by the service. ---> System.ServiceModel.FaultException: The request for security token could not be satisfied because authentication failed.