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
![Access](http://cutesoft.net/ASP.NET+Chat/Developer-Guide/images/access.jpg)
.
![](http://cutesoft.net/ASP.NET+Chat/Developer-Guide/images/xp1.gif) |
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.
|
![](http://cutesoft.net/ASP.NET+Chat/Developer-Guide/images/xp3.gif) |
Modify Cute Chat queryProviderName.
Open CDQ.config under CuteSoft_Client\CuteChat\CDQ folder and change
<configuration queryProviderName="SqlClient"></configuration>
to
<configuration queryProviderName="MSAccess"></configuration>
|