ClientPath config

Last post 05-15-2006, 2:19 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  05-14-2006, 7:45 PM 19127

    ClientPath config

    Hi,
     
    I put the Chat 3.0 client files in another directory and set Client file path config. I Have always an error. The engine always try to open the files in CuteSoft_Cllient/CuteChat. It seem that the clientPath key don't work correctly.
     
    Thanks
    Dominic
  •  05-15-2006, 2:19 AM 19136 in reply to 19127

    Re: ClientPath config

    Dominic :
     
    Since the CuteChat3 move the CuteSoft_Server folder to CuteSoft_Client ,
     
    you need to specify the server files(Languages,CDQ,Avatars..etc) location too .
     
    to implement that , please change the web.config and add
     
    <appSettings>
            <add key="CuteChat.DataDirectory" value="YourDirectory\CuteSoft_Client\CuteChat" />
    </appSettings>
     
    This is physical file system path , so please don't use "~/" in front of the value .
     
    Hope this helps .
     
    Regards , Terry .
     
View as RSS news feed in XML