ASP.NET Quick setup, very easy to use
  Home | DNN 3.x Integration | Forums | Order |

Installing Cute Live Support for DNN 3.x

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

Modify web.config file and Specify the CuteChat.DataDirectory

 <appSettings>
  ...
   <add key="CuteChat.DataDirectory" value="DesktopModules/CuteSoft_Client/CuteChat" />
  </appSettings>

Install the PA

  • Login to your DotNetNuke web site as host, go to the host menu and select the Module Definitions.
  • Choose Upload New Module from the actions menu, Click the "Browse" button.
  • Browse to Dnn3SupportPA31.zip, press the Add and then the Upload New File link.

Deployment files to the DotNetNuke solution.

Global.asax should be deployed to root directory of your DNN installation.

logo.ascx file under admin\skins folder should be deployed to admin\skins directory of your DNN installation.

The license file (CuteLiveSupport.lic) under bin folder should be deployed to bin directory of your DNN installation.

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.