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"/>
|