Search

You searched for the word(s): web config
Showing page 138 of 176 (1,759 total posts) < 1 second(s)
  • Re: CuteEditor v6.0, "CuteEditorTempPath" not working

    Hi jtruxon, Please create a folder name ''uploadertemp'' under the root of your site, then do the setting below in your web.config, does it work? <appSettings>   <add key=''CuteEditorTempPath'' value=''~/uploadertemp'' /></appSettings> Regards, Ken  
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 13, 2012
  • Re: "Object set Connection Failed.. Object reference not set to an instance of an object" error?

    Isaac, If the code you wrote works fine on local machine, we can say maybe  the code is correct. Maybe you can find out the problem by checking your web.config file.   
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on April 6, 2005
  • Re: Cute / dotnetnuke / NetSpell

    dub, Step 1: copy the dictionary file to your project root. step 2:  modify the web.config in your project root. <appSettings>    <add key=''DictionaryFolder'' value=''bin''/></appSettings>
    Posted to Cute Editor for .NET (Forum) by Adam on December 8, 2004
  • DNN 2 setup

    Tried to set this up with dotnetnuke 2  without success...the instructions do not mention changes to the web.config which I assume would be required in the <htmlEditor><providers> section....any ideas?   thanks
    Posted to Cute Editor for .NET (Forum) by diveblue on September 12, 2004
  • Re: Uploading bug?

    Mike,   Try the steps below.   1. Create a folder under your project and name it ''CuteEditorTemp''; make sure ASPNET account has write permission to the above folder.   2. Open your web.config and add the following entry:   <add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' />   Keep me ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 9, 2007
  • Re: Installed 2.2, Get The License for Editor is not valid error.

    Where did you intall your license key file (CuteEditor.lic)?   Did you add an entry to your Web.config file? If so, please note that we made a change in version 2.2. Now you need to access the file using http relative path instead of accessing license key file using hardcoded local file path name.   Before:   <add ...
    Posted to Purchase / License FAQ (Forum) by Adam on February 9, 2004
  • Timeouts on Large Files

    I have been testing the Ajaxuploader, and I have been getting a ''Flash: The upload task is interrupted! io Error #2038'' message when trying to upload a 100MB+ file. I've set the maxRequestLength to handle the large files, so I know that's not the problem. I timed the page as it was running, and the error occurs after 135 seconds without fail. I ...
    Posted to Ajax Uploader (Forum) by ASMR on July 29, 2010
  • Initialize error

     I have tried implementing the AjaxUploader in our project, but when clicking the ''Add Files'' button, it hangs forever and I get the following error: Error: CuteWebUI_AjaxUploader_Initialize is not defined Source File: BLOCKED SCRIPTalert('TODO: FIXME') Line: 0 I have added the following keys into the ...
    Posted to Ajax Uploader (Forum) by ccrook on September 1, 2009
  • Max File Size?

    Greetings,   The problem I've having is that no matter what I do, it restricts the max file size to whatever the default is when uploading multiple files using the UploadAttachments object.   I've tried changing the Validation Options as an inline property in the html/asp.net tag, adding the <ValidationOptions ...
    Posted to Ajax Uploader (Forum) by kfblake on September 18, 2008
  • Placing a custom button anywhere inside the bar of buttons causes the text value to be incorrect

    I don't know if you can help with this. It is a bit of a strange bug. We have been trying to add a custom button (to generate our own insert link popup - connecting to pages in the database). Everything works fine, unless we actually place the custom button anywhere inside the bar with the rest of the buttons. As long as it is either above it or ...
    Posted to Cute Editor for .NET (Forum) by Aldo on August 23, 2007