Re: Integration in DNN

  •  07-26-2004, 10:15 AM

    Re: Integration in DNN

    vmasanas,

     
    If you want to install the CuteChat manually, please follow the below steps:
     
    1. Copy the cutechat folder on my application folder and make sure it matches WebFilePath section value
     
    2. Deploying the CuteChat.dll assembly and license file (You can find at CuteChatSample/bin/)
        
       Copy the CuteChat.dll file and the CuteChat.lic file to the \bin directory for the web application that uses the CuteChat.
    3. Deploying the CuteChat.DotNetNukeLib.dll library assembly (You can find at Toolkit/bin/Debug)
       
       Copy the CuteChat.DotNetNukeLib.dll file to the \bin directory for the web application that uses the CuteChat.
     
    4. Deploying the CuteChat.DotNetNukeLib.dll library assembly (You can find at Toolkit/bin/Debug)
       
       Copy the CuteChat.DotNetNukeLib.dll file to the \bin directory for the web application that uses the CuteChat.
     
    5. Make changes to your web.config file.
     
      Below is the web.config we are using:
     
     

    <cuteChat WebFilePath="~/controls/CuteChat/" IPAddressPolicy="*" BadWords="kill,hate"   AllowAnonymous="Allow"

    LoginUrl="~/" Culture="en-US" ConnectionString=""

            <fonts clear="true">

                <add font="Arial"/>

                <add font="Verdana"/>

                <add font="Comic Sans MS"/>

                <add font="Courier"/>

                <add font="Georgia"/>

                <add font="Lucida Console"/>

                <add font="Tahoma"/>

                <add font="Times New Roman"/>

                <add font="Wingdings"/>

            </fonts>

            <providers defaultProvider="DotNetNuke">

                <provider name="DotNetNuke"         sqlDataProviderType="CuteChat.DNNLib.DNNSqlDataProvider,CuteChat.DNNLib"

    userIdentityAdapterType="CuteChat.DNNLib.SqlServerUserIdentityAdapter,CuteChat.DNNLib" />

           </providers>

    </cuteChat>

     

     
    Please note that as you are using the DotNetNuke, you don't need to create your own provider. 
     
    6.Copy the CuteChat module to your DotNetNuke application (you can find the files from CuteChat\Toolkit\Files\DotNetNuke)
     
    Hope it helps.
     
    I will meet you in the chat room in 10 minutes.
     
    Good luck


    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 Complete Thread