I am integrated the cute chat with my own data base. Messenger is working fine. But i am unable to manage the settings of the messneger by using Admin Credentials. When i Click on Chat Admin link it is giving for bidden error.
in the fallowing Code
<%if (CuteChat.ChatWebUtility.CurrentIdentityIsAdministrator)
{%>
<Asp:HyperLink runat=server NavigateUrl="~/CuteSoft_Client/CuteChat/Admin/" ID="Hyperlink1" NAME="Hyperlink1">Chat Admin</Asp:HyperLink>
<%} %>
Here CuteChat.ChatWebUtility.CurrentIdentityIsAdministrator is returning False. May be becuse of that one it is giving this error.
What i have to do to return True. Please help me how to solve it.
Thanks,
Raj