Cutechat Installation

Last post 01-28-2006, 11:58 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-28-2006, 8:01 AM 15220

    Cutechat Installation

    Hi
     
     <appSettings>
      ...
       <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test"/>
      <add key="CuteChat.ConnectionStringProvider" value="SamplePortal.ConnectionStringProvider,SamplePortal"/>
      </appSettings>
     
    I have a virtual directory named sujith in my server which hosts a website.I want to integrate cutechat to my site.What are the changes I need to do.In my web.config I already have a connectionstring and how could i make changes so that cutechat can be integrated to my MSSQL DB.I need to get the chat module up and running in 15 days.So please help me
     
    Regards
    Sujith
  •  01-28-2006, 11:58 PM 15265 in reply to 15220

    Re: Cutechat Installation

    Sujith,
     
    The following code means CuteChat and sample portal are using the same ConnectionString.
     
    <add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test"/> 
    <add key="CuteChat.ConnectionStringProvider" value="SamplePortal.ConnectionStringProvider,SamplePortal"/>

    If your existing application is using the same connection string, you can just install CuteChat on the same MS SQL server.



    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