I'm trying to put NLB to work on cutechat 5.0
I´ve put to work 2 sites on the same machine (chat1 and chat 2)
Chat1 is the server, I log on there and open the Lobby without problems.
Chat2 is configured as cliente, I log on there and open got the folowin error to open the Lobby:
NLB : Chat Server use web garden , the server/client must use tcp mode !
I´ve followed the help to configure the NLB
Chat1 web.config:
<add key="CuteChat.NLB" value="mode=server;password=test123;" />
Chat2 web.config:
<add key="CuteChat.NLB" value="mode=client;password=test123;url=http://chat1/CuteSoft_Client/CuteChat/NLBService.ashx" />
Any ideias why I get this error? Version 5 has changed somenthing that is not documented?