Hi,
I integrated the chat application with my login system and it is working fine in my system. But when I put all my project files into a remote system and runs the application the chat is not working. I used the following code to show the chat rooms:
If CuteSoft.Chat.ChatWebUtility.CurrentIdentity.IsRegistered then
' Display the chat room
else
' No chat rooms
The code is working fine in my sytem for all logins. But in the remote system, it shows that the CurrentIdentity is not registered for all logins and so it not showing any chat rooms. Also, the admin function is working in my system and in the remote system it is showing the 'System.Web.HttpException : Forbidden' error. Can you please help me out to resolve these problems.
Thanks,
Kar