Question about Web.config for CC Standalone demo

  •  05-25-2005, 6:02 PM

    Question about Web.config for CC Standalone demo

    In the web.config there is a appsetting for CuteChat.SqlClient.ConnectionString.  I made this the same as the ConnectionString since I only have 1 database.  Am I supposed to have 2 databases because the original code for the CuteChat.SqlClient.ConnectionString referred to CuteChat2 which I commented out.

    Please see my appSetting below: 

    <

    appSettings>

    <addkey="ConnectionString"value="server=testsql01\testsql01_2k;database=SamplePortal;uid=lsux730;pwd=xxxxx"/>
    <addkey="OnlineTimeout"value="300"/>

    <!

    -- <add key="CuteChat.SqlClient.ConnectionString" value="server=(local);database=CuteChat2;uid=sa;pwd=;connection reset=false;;Application Name=ChatWeb" />-->

    <addkey="CuteChat.SqlClient.ConnectionString"value="server=testsql01\testsql01_2k;database=SamplePortal;uid=lsux730;pwd=xxxxx;connection reset=false;;Application Name=ChatWeb"/>

    </appSettings>
     
    Thanks,
    Getting very frustrated with this demo install,
    Carolyn
View Complete Thread