ASP.NET Quick setup, very easy to use
  Home | Snitz Forum Integration | Forums | Order |

Installing Cute Live Support for Snitz Forum A full-featured ASP.NET Live Support

The following guide shows the steps to implement a Cute Live Support into Snitz Forum application. If you haven't downloaded the software, please download the software copy from here.

Unzip the zip file and copy CuteChat client files to the Snitz Forum solution.


CuteSoft_Client folder and all file it contains should be deployed to SNITZ_FOLDER\.
bin folder and all file it contains should be deployed to SNITZ_FOLDER\.
global.asax should be deployed to SNITZ_FOLDER\.
web.config should be deployed to SNITZ_FOLDER\.


Execute SQLScripts\cutechat3.sql against your SNITZ Forum 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 Chat SQL file(SQLScripts\cutechat3.sql) against your IBUYSPYCS database.

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


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

Adding the chat button, admin button and monitor tag

Chat button tag:
<script src="CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx"></script>

Visitor monitor tag:
<script src="CuteSoft_Client/CuteChat/Support-Visitor-monitor.js.aspx"></script>

Admin button tag:
<a href="CuteSoft_Client/CuteChat/admin">Chat Admin</a>

Find the logo cell(about line 283), Copy/paste the code below:

"<td><script src='CuteSoft_Client/CuteChat/Support-Image-Button.js.aspx'></script>" & vbNewLine & _
"<script src='CuteSoft_Client/CuteChat/Support-Visitor-monitor.js.aspx'></script></td>" & vbNewLine & _

Find the "admin options" link (about line 378), copy/paste the code below:

<a href='CuteSoft_Client/CuteChat/admin'>Chat Admin</a>

Log in as admin, add one or more operators to your site:


Display the flash movie of this step

Installing Live Support Operator application.

The Live Support Operator application (LiveSupportOperatorClient.msi) should be installed on all operator's machines.

Logging in as an operator:

When you initially open the program you will see the screen below:



  • Web service Url: The Url of your website.
  • User name: The operator user name.
  • Password: The operator password.
  • Remember password: Check this box, if you want to save this password for next login.


  • You can set default value of Web service Url by editng LiveSupport.exe.config file.
    <add key="CuteChatServiceUrlBase" value="http://yoursite.com"/>

    Important note about Web service Url
    You must upload your CuteSoft_client folder to this exact location. Otherwise your Live Chat will not function!

    Copyright 2005 CuteSoft.Net. All rights reserved.