Search

You searched for the word(s): web config
Showing page 21 of 176 (1,759 total posts) < 1 second(s)
  • Re: width Cute Editor

    Please open your web.config and set UseDNNDefaultWidth=''true''.    <add name=''CEHtmlEditorProvider''     type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''     providerPath=''~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 25, 2006
  • Re: Deployment Problem!

    Adam,   Thanks for the nice comments about Cute Editor.   Which version of Cute Editor are you using?If you are using the version 5.2, Try the steps below.   1. Create a folder under and name it ''CuteEditorTemp''.   2. Open your web.config and add the following entry:   <add key=''CuteEditorTempPath'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 5, 2006
  • Re: Can we limit number of characters a user may enter?

    Yes, you can just modify your web.config file of DNN 2.1.2.   <add name=''CEHtmlEditorProvider''     type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''     ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 15, 2006
  • Re: SamplePortal.CuteChatIntegration.DataProvider,SamplePortal Not Inherits ConnectionStringProvider

    Have you finished the following step?   Modify web.config file and specify the Cute Chat Connection String and Connection String Provider   <appSettings>  ...   <add key=''ConnectionString'' value=''server=(local)\portal;database=SamplePortal;uid=test;pwd=test''/>  <add ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on February 7, 2006
  • Re: Problem with Menu options: Font Type

     vilasrao_d wrote: 1. More than one CuteEditor(5.1) placed on single web form and switch between the controls then font type of previous CE control changed as current CE control. Let me know how to resolve. I have downloaded new version on 7th Dec 2005. After selection font name it should display ''Font Name'' but it shows selected font ...
    Posted to Cute Editor for .NET (Forum) by vilasrao_d on December 7, 2005
  • Re: Installation - problem getting Cute Chat to start up

    Please check the step 4:   Modify web.config file and specify the Cute Chat Connection String and Connection String Provider   <appSettings>  ...   <add key=''ConnectionString'' value=''server=(local)\portal;database=SamplePortal;uid=test;pwd=test''/>  <add ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on August 4, 2005
  • Re: Couple Small Bugs in 2.0

    You could implement the CuteSoft.Chat.ConnectionStringProvider  , and register it in web.config as : <configuration> <appSettings> <add key=''CuteChat.ConnectionStringProvider'' value=''YourNS.YourConnectionProvider,YourAssembly''/> </appSettings></configuration> the could should be namespace ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on March 16, 2005
  • Re: Navigation Problem

    eshwar_gp:   have you try the configuration-wizard ? to deploy a new sample application ?   the sample user is :   CREATE TABLE [dbo].[SampleUsers] ( [UserID] [int] IDENTITY (1, 1) NOT NULL , [LoginName] [nvarchar] (100) NOT NULL , [Password] [nvarchar] (100) NOT NULL , [DisplayName] [nvarchar] (100) NOT ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on November 20, 2004
  • Re: Themes

    designserve :   We added some skins these days .  But we haven't upload it for download yet.   Currently the skins could be configurated in web.config only :   <configuration>    ... <cuteChat ... >   <skins defaultFolder=''Royale''>   <skin text=''Normal'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on September 3, 2004
  • Re: I get an error whenever I try to save a document.

      If you see the error message above, it means that you installed the latest version of the Framework ASP.NET1.1. Now ASP.NET 1.1 adds protection when you post HTML code and CuteEditor does that of course so here comes the error message, no harm just a warning.   To prevent this message from appearing again, you need to set ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 10, 2004
« First ... < Previous 19 20 21 22 23 Next > ... Last »