Hi, I'm setting up cutechat with two load balanced NLB cluster nodes and a single database/web server in single process mode. I've followed the instructions in the developers manual and set up the CuteChat.NLB settings in <appsettings> and set MultipleServerMode to true on the client and the server but I'm getting the error
Unable to get portal instance because current application is not cutechat server
I have integrated cutechat with our membership database using a custom Global.asax, and all was working on a standalone server.
Any ideas?