changing cutesoft_client\cutechat folder names

Last post 01-20-2009, 8:45 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-20-2009, 6:28 PM 47906

    changing cutesoft_client\cutechat folder names

    I copied all the files from web directory to the website root folder.
     
    And then I wanted to rename CuteSoft_Client/CuteChat to Client/Chat. Also changed the  live operator.config.exe as follows
     
    <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
      <appSettings>
        <add key="CuteChatServiceUrlBase" value="http://mydomain.com" />
        <add key="CuteChatClientFolder" value="Client/Chat" />
        <add key="SpecialChars" value="€|™|‰|©|ƒ|£|®"/>
        <add key="CustomCulture" value="en-US"/>
     
    However, this doesn't get the operator connected. Is there a way I can change the live chat windows to have custom folder names for the cutesoft_client
     
    Currently it is 
     
    http://mydomain.com/CuteSoft_Client/CuteChat/SupportClient.aspx
     
    (appears as a chat window when the user starts chatting... )
     
    However, I want it as
     
    http://mydomain.comt/Client/Chat/SupportClient.aspx

    I talked to the support person Joyce, but did get resolved
     
    Adam, Can you help get this resolved.
     
    The intention is to have customized domain name than Cutesoft_Client or CuteChat.. in all the possible references.
  •  01-20-2009, 8:45 PM 47907 in reply to 47906

    Re: changing cutesoft_client\cutechat folder names

    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.


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML