Search

You searched for the word(s): web config
Showing page 126 of 176 (1,759 total posts) < 1 second(s)
  • Re: Unable to find the uploaded file in directory

    To help troubleshoot this thing -- since it appears from previous suggestions, that this could either be: 1. a permission problem on the temp folder. BUT NOT IN THIS CASE - the fact I can see the temporary file created and deleted in the correct temp folder path pretty much proves that the temp folder is set up correctly and is writable by ...
    Posted to Cute Editor for .NET (Forum) by Ofer Tal on February 3, 2009
  • Re: Encoding Problem in CE 6.2 not fixed yet

    Hi Martin, I set  <globalization requestEncoding=''iso-8859-1'' responseEncoding=''iso-8859-1'' /> in web.config, and changed my computer all language setting to Germany,I still can not reproduce this issue.   Can you provide the steps how to reproduce this issue?     Regards,   Ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 24, 2008
  • Encoding Problem in CE 6.2 not fixed yet

    Hallo, the encoding Problem with IE 6 / 7 isn't fixed (see http://cutesoft.net/forums/thread/43020.aspx)! When using CuteEditor 6.2 in a German web with requestEncoding=''iso-8859-1'' and responseEncoding=''iso-8859-1'' (in web.config), the CuteEditor always shows an error like  ''An invalid character was found in text content'' (in ...
    Posted to Cute Editor for .NET (Forum) by winkler67 on October 17, 2008
  • How to use CuteEditor with 3rd Party Uploader?

    Hi...   I have 2 web site. One has default asp.net uploader. The Other has 3rd Party Uploader.   So, web.config are different.   Same Source, The first one works fine. Second one(with 3rd Party Uploader), doesn't work.   The Error Message is ''Image is in the wrong format''   So, I looked up ...
    Posted to Cute Editor for .NET (Forum) by coverboy on May 22, 2007
  • How to set Autoconfigure property in codebehind?

    Greetings,   I am currently using the CE control in a DetailsView control for enabling users to insert/update content to their web pages.  I would like to be able to set the AutoConfigure property in the code-behind (C#) based on a user authorization setting from the database, but am having a difficult time getting it to ...
    Posted to Cute Editor for .NET (Forum) by wrsowner on April 15, 2007
  • Integrating with Community Server 2.0 beta 3 (ver. 2.0.60120.2339)

    Imo Cute Chat adds the final touch to the CS platform. I downloaded the CuteChatforCommunityStarterKit.zip file, as it appeared to be the closest thing, and followed the steps 1-8 in Readme.txt setup   1) Unzipped 2) Placed cute_chat libraries in web/ incl. those for bin/ 3) Ran the cutechat2.sql script against the cs.mbf using EMS MS ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cheesehorse on March 2, 2006
  • Unable to Integrate

    I am trying to use CuteChat in a custom web app. I got the stand alone sample up and running, but the integration into my app has been unsuccessful. The following code bombs:            CuteSoft.Chat.Chat_Lobby[] lobbies = ChatWebUtility.Api.GetLobbies(); The exception ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by conrad on May 11, 2005
  • Problem with uploading files

    I'm trying to upload a 17MB .pps file using the Insert Document dialog...I've already added the .pps extension to the Document Filters in the Default.config under Security...and I've set the MaxDocumentSize to 160000. However, when I click the Upload button, it gives me the Uploading text as normal, but then shortly after it sends me to a dead ...
    Posted to Cute Editor for .NET (Forum) by optik on May 6, 2005
  • Re: Unable to Find Uploaded file in directory (sometimes)

    David,   Please download the control again,   And check this topic : KB : AjaxUploader recent updates (2009-08-25)   Add this to web.config  <configuration> <appSettings>     <add key=''CuteWebUI.AjaxUploader.WindowsUsername'' value=''Terry'' />   <add ...
    Posted to Ajax Uploader (Forum) by cutechat on August 24, 2009
  • Re: Problem with client files in virtual directory

    Solution:   1. Download the latest build   2. Copy the files under CuteEditor to the target directory.   3. Map the directory in IIS as a virtual directory only (not application).   4. Add the following entry into your web.config.   <add key=''CuteEditorDefaultFilesPath'' value=''~/editor'' />  
    Posted to Cute Editor for .NET (Forum) by Adam on June 26, 2007