I am sorry about that .
Please modify the ChatRoom_FS.Aspx , and change this
Line 6: //Connect the chat room !
Line 7: string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
to :
string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null);
Regards , Terry .