Search

You searched for the word(s): web config
Showing page 108 of 176 (1,759 total posts) < 1 second(s)
  • Re: Error in Web.config

    billtang,   You didn't install ASP.net ajax on your server. So you can just delete this web.config or use your own web.config.  
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2007
  • Re: Hide browse button for UploadPersistedFile control

    CatenaLogic :     imageUploader.TempDirectory = _uploadFolder;     Please do not use the TempDirectory property any mode.   While the uploader have been upgrated to v2.0 , this property is not compatible with the Flash upload mode.   We haven't prepaired the document on this issue , ...
    Posted to Ajax Uploader (Forum) by cutechat on October 7, 2008
  • Re: problems with CuteEditorDefaultFilesPath

    1. The setting in the web.config file <add key=''CuteEditorDefaultFilesPath'' value=''~/Editor'' /> which allows you have on copy of cute editor client files in your server and use it all over your applications.   2. If you need to put many copies of cute editor client files in your server, don't use this option.   By the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 14, 2008
  • Re: DotnetNuke4.02 With CuteEditor PB: Hwo to set Image GalleryPath to a Custom Folder

    Please open your web.config and add the UseDNNRoleASFileNamePrefix=''false'' to it.   Example:    <add name=''CEHtmlEditorProvider''         type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''         ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2006
  • Operator get error when clicking on "Home"

      Questions: 1.  What is the ''Community Server''?  2.  Is it different from the CuteSoft database that was created as part of the installation?   The operator gets the following message:   Critical Error: Data Store Unavailable The data store used by Community Server cannot be opened. Please ensure that ...
    Posted to Cute Live Support (Forum) by Dick Barney on July 3, 2007
  • CUTE EDITOR 6.1 IS NOT COMPATIBLE WITH SOURCESAFE

    I have discovered that CuteEditor 6.1 does not work with Sourcesafe. From what I can see Cute Editor builds an array of the files in the config folders and then parses them. The problem is that Sourcesafe leaves vssver.scc files in each folder that is under source control. Can you please change this so that vssver.scc files are not added to ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on May 16, 2008
  • Error on testing at my ISPs server.

    Hi Adam, The DotNetGallery demo works fine on my local machine. Having uploaded the pages to to my ISPs server I get the error below. Will the demo work on this server? I realise I need to purchase a license to continue using it but this I am still testing the demo at this stage. (I think a license problem would give a different error ...
    Posted to ASP.Net Image Gallery (Forum) by alexjlewis on July 27, 2004
  • CuteEditor Error in DotNetNuke 5.0

      Hello, I am trying to use the Cute Soft HTML Editor with DotNetNuke 5.0 and I am getting an error. I did download the latest version from the web site and made all of the necessary changes to the web.config. This module is working great for me in 4.9.2 so I am not sure what changed in 5.0 that is preventing it. The error occurs when ...
    Posted to Cute Editor for .NET (Forum) by conquerdev on February 19, 2009
  • Re: Storing images in DB works fine in VS, error on IIS

    I found that the problem on 1&1 hosted service is that you must use real server file paths. 1.) The \temp directory needs to be off the route directory of your web site. 2.) CuteEditor uses the web.config file in the route directory. 3.) After you haver created the \temp directory and assigned full premissions to network service and users, ...
    Posted to Cute Editor for .NET (Forum) by pbs on November 29, 2008
  • Absolute URLs for images

    Hello,   I have the cute editor installed for a Dot Net nuke applacation.  I need to have the src in the <IMG> tags to be absolute. like this <img height=''306'' alt='''' src=''http://localhost/LocalDNN/Portals/6/ufonaut.gif'' width=''254'' border=''0'' />   But what is happening is something like this ...
    Posted to Cute Editor for .NET (Forum) by DarkStar on October 3, 2008