Search

You searched for the word(s): web config
Showing page 103 of 176 (1,759 total posts) < 1 second(s)
  • Re: Javascript Syntax Error/Object Not found

    1. If ''components'' is a regularn folder under wwwroot/Project/, you don't need to specify the CuteEditorDefaultFilesPath in the web.config file.   2. Please create a simple aspx page with the following content. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2008
  • Re: Table names/connectionstring conflicts

    jjonesdtrt,   If you are using the standalone, please follow the steps below.   1. Open Global.asax.cs and find the following code: return System.Configuration.ConfigurationSettings.AppSettings[''ConnectionString''];   And change it to: return ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on May 2, 2007
  • Re: Custom UserAdaptor - access to Session Variables

    Richard Stockley : The CuteChat2 support Session. But there is a bug that , the page's constructor try to get the user identity , while the Session state is not a acquired .(IHttpHandler constructor is before the asp.net step AcquireRequestState) I will fix that as soon as possible . (make sure the web.config contains ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on April 13, 2005
  • Re: Spell Check Script error

    Domo, This message usually results from one of the following scenario: 1. NetSpell can't find the Dictionary Folder . Solution: Make sure you specify the Dictionary Folder in your web.config which is required by NetSpell.       <appSettings>       ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 10, 2005
  • Re: Database Error

    Hi :   Maybe you choose the option 'Create New DataBase' while installation.   and then the 'configuration/cuteChat/@ConnectionString' would be ''Server=(local);Database=DotNetNuke;uid=sa;pwd=abcde;application name=CuteChatSample''   please check your web.config , and change   <add ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on July 27, 2004
  • Re: Integration in DNN

    vmasanas,   - Should the connectionsTring be blank?   You should put your own connectionsTring into it.   For example, if you install the CuteChat table to a server 192.168.0.100, database name DotNetNuke, user name is test, password is test.  Your connectionsTring  will be as ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on July 26, 2004
  • Re: Unable to find the uploaded file in directory C:\Windows\Temp\AjaxUploaderTemp

    Can you check your web.config file and make sure you set the following code correctly?   <add key=''CuteWebUI.AjaxUploader.TempDirectory'' value=''~/Downloads''/> If the above value is set, you should receive a different error message.   Have you added the above setting into the correct web.config file?
    Posted to Ajax Uploader (Forum) by Adam on April 27, 2009
  • Re: Trouble Setting Up Application, DotNetNuke 3.3.4

    Also, in my situation, similar post resolutions on this board, such as:Adding :<%@ Page language=''c#'' EnableEventValidation=''false'' AutoEventWireup=''false'' Inherits=''CuteSoft.Chat.UI.ChatAdminPage'' %>to LiveSupport.ascxand <pages enableEventValidation=''false'' /> to system.web in web.config are not viable options in my ...
    Posted to Cute Live Support (Forum) by pauldes on November 1, 2006
  • Re: Loadbalancing

    The following sections describe how to deploy Cute Chat and Web messenger in a clustered environment. By default, Load balancing support is disabled in Cute Chat and Web messenger. To deploy Cute Chat and Web messenger in a clustered environment, you need to have a separate server which is running in single-process mode. This server ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Karen on May 5, 2008
  • Database Error : System.Data.SqlClient.SqlException: SQL Server does not exist or access denied

    Hi guys, I just downloaded the CuteChat v1 and runs on a Win2003 Web Edition server and MSDE, no other dotnet forum softwareinstalled, so I used the CuteChatSample. I manually installed the CuteChat and when I enter the admin and password credential on the default page, it turns out these errors:   Description: An unhandled exception ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Rgain on July 28, 2004