It looks like the script code in Default.aspx is trying to execute the following:
private Chat_Lobby[] GetAllCuteChatLobbies()
{
return ChatWebUtility.Api.GetLobbies();
}
I'm not sure where to look for the GetLobbies() routine to see why my sql application login won't work.