Home
Cute Chat / Web Messenger Developer's Guide Prev Page Prev Page
Getting Started
Features of Cute Chat
Features of Web Messenger
Chat Requirements
Web Messenger Requirements
License
Deployment & Integration
Installing Chat/Messenger Standalone
Community Server CS 2.1 Integration
Community Server CS 2.0 Integration
Community Server CS 1.x Integration
Dotnetnuke 4.x Integration
Dotnetnuke 3.x Integration
Dotnetnuke 2.x Integration
IbuySpy(C#) Integration
IbuySpy(VB) Integration
Snitz forum Integration
Rainbow Portal Integration
FAQ
Overview
Run Cute Chat from different folder
Customization
Set up Cute Chat banner ads
Set up Web Messenger banner ads
Add a time stamp to each message
Embed mode
Run Cute Chat in embed mode
Run Web Messenger in embed mode
Localization
Specify the custom culture name
Add a new language file
Oracle and Access
Use Oracle as Data Source
Use Access as Data Source
Integration with an existing user membership database.
Integration with an existing user membership database (C#).
Integration with an existing user membership database (VB).
General Installation Instructions
Installing Cute Chat /Cute WebMessenger

Installing Cute Chat /Cute WebMessenger


This guide shows the steps to install Cute Chat and Cute Web Messenger standalone application. If you haven't got the software, please download from here.

Unzip the zip file and create a virtual directory or website pointing it to the 'CutechatStandalone\Framework 1.x Web' folder (located in the archive).


If you are using .Net Framework 2.0, please point it to the 'CutechatStandalone\Framework 2.0 Web' folder.


Display the screenshot of this step

Execute SQLScripts\CutechatStandalone.sql against your existing database or create a new database.

  • Grant your login access to the new database.
  • Open your SQL Server Query Analyzer from within Enterprise Manager.
  • Once you have successfully connected to your SQL Server within query analyzer, open and execute the CutechatStandalone.sql against your database.
  Display the screenshot of this step

Update the web.config to use your custom connection string.


<add key="ConnectionString" value="server=(local);database=CutechatStandalone;uid=test;pwd=test"/>

The CHM file was converted to HTML by chm2web software.