are you stating that I have to install cute chat also on the server?
The following guide shows the steps to implement a Cute Chat and Web messenger with

.
 |
Download Cute Chat and Web Messenger integration package
Cute Chat and Web Messenger integration package can be downloaded at http://CuteSoft.net/download/CuteChat3IntegrationPackage.zip.
|
 |
Modify Cute Chat queryProviderName.
Open CDQ.config under CuteSoft_Client\CuteChat\CDQ folder and change
<configuration queryProviderName="SqlClient"></configuration>
to
<configuration queryProviderName="MSAccess"></configuration>
|