Use Access as Data Source
The following guide shows the steps to implement a Cute Chat and Web messenger with
.
.
1. Download Cute Chat and Web Messenger Access Database
It can be downloaded at
http://richscripts.com/download/Access_CuteChat.zip.
2. Modify the web config and set DatabaseType, the path of Access DB.
<add key="DatabaseType" value="MSAccess" /> <add key="MSAccessFilePath" value="../CuteChat4.mdb" />