Re: cute chat in DNN

  •  07-08-2010, 6:57 PM

    Re: cute chat in DNN

    <appSettings>
      ...
       <add key="CuteChat.DataDirectory" value="DesktopModules/CuteSoft_Client/CuteChat" />
      </appSettings>
     
    This is the path of cutechat installation files.  It has nothing to do with your database.  You will finish the database script installation in step 2: (http://cutesoft.net/ASP.NET+Chat/Deployment/NukeChat4/Deployment.htm)

    2. Execute SQLScripts\CuteChat5.sql against your DotNetNuke database

    • Open your SQL Server Query Analyzer from within Enterprise Manager.
    • Once you have successfully connected to your SQL Server within query analyzer, open and execute the Chat SQL file(SQLScripts\CuteChat5.sql) against your DotNetNuke database.
     
    Regards,
    Eric
View Complete Thread