Cute Live Support

Use Access as Data Source

The following guide shows the steps to implement a Cute Live Support with Access.

Download Cute Live Support Access Database

It can be downloaded at
http://richscripts.com/download/Access_CuteChat.zip.

Modify the web config and set DatabaseType, the path of Access DB.


  <add key="DatabaseType" value="MSAccess" />
  <add key="MSAccessFilePath" value="../CuteChat4.mdb" />