Cute Chat

Run Cute Chat from different folder

By default CuteChat launches and runs from http://domain.com/CuteSoft_Client/CuteChat/. If you want to run all User and Administrative functions from http://domain.com/Chat/, please follw the steps below:


Modify web.config file and Specify the CuteChat.DataDirectory

 <appSettings>
  ...
   <add key="CuteChat.DataDirectory" value="~/Chat" />
  </appSettings>

All files and folders under CuteSoft_Client/CuteChat folder should be deployed to Chat directory of your site.