query reg installtion of chat

Last post 05-08-2010, 11:27 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  05-08-2010, 1:49 AM 60829

    query reg installtion of chat

     
     
    wht steh differnece between  Cute Chat and Cute Web Messenger
     
    i have download loaded cutechatstandalone
     
    i have run the sql script
    queries i have is
    i already have my website /application & iis is set up
    now i want to have this chat application in my current application]
     
    in depolyment it  stated as ------- virtual directory pointing it to the 'CutechatStandalone\Web' folder (located in the archive).
     
    u mean i copy only the WEB folder from the archive in my application folder and make the chnages in web config file
    and the chat will be working???
     
  •  05-08-2010, 11:27 AM 60836 in reply to 60829

    Re: query reg installtion of chat


    Please follow steps:

    a. run cutechat examples in visual studio

    1. download ajax uploader, download link is http://cutesoft.net/downloads/folders/chat_current_releases/entry21915.aspx
    2. unzip this installation package
    3. Open Sql Server Management Studio, and create one database called cutechat,run database script in this database which can be found in folder "cutechatstandalone\SQLScripts\CuteChatStandalone.sql"
    4. create one user and grant full permission to this user
    5. open web.config and update database connect string, the following is a connection string example,
       <add key="ConnectionString" value="server=(local);database=Cutechat;uid=cute;pwd=cute"/>
    6. open visual studio 2005(2008,2010)
    7. click "File"==>"Open Web Site", and point folder to "cutechatstandalone\Web"
    8. switch to "default.aspx" in Solution Explorer in visual studio
    9. right click file "default.aspx", and click "View in Browser

    b. run cutechat in IIS or browser

    1. download cutechat standalone version, download link is http://cutesoft.net/downloads/folders/chat_current_releases/entry21915.aspx
    2. unzip this installation package
    3. open IIS
    4. switch to "Default Web Site" in left tree, right click it, add one virtual directory or application and let it point to "cutechatstandalone\Web",name virtual directory or application as "cutechat"
    5. Open Sql Server Management Studio, and create one database called cutechat,run database script in this database which can be found in folder"cutechatstandalone\SQLScripts\CuteChatStandalone.sql"
    6. create one user and grant full permission to this user
    7. open web.config and update database connect string, the following is a connection string example,
       <add key="ConnectionString" value="server=(local);database=Cutechat;uid=cute;pwd=cute"/>
    8. After follow these steps,you can visit examples by http://localhost/cutechat/default.aspx

    Hope it helps. Keep us posted.

    Regards,
    Eric

View as RSS news feed in XML