Search

You searched for the word(s): web config
Showing page 150 of 176 (1,759 total posts) < 1 second(s)
  • Re: Problem with 6.6 version

    Hi [email protected], If you using asp.net v4.0, please set  <httpRuntime requestValidationMode=″2.0″ /> in the web.config.  Regards, Ken 
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 30, 2011
  • Re: Installing a new version of Cute Chat

    Gerard,   The error occors when your database connection string is not correct.   Please check your web.config file and make sure the database connection string is correct.
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on March 12, 2008
  • Re: Plz help me- urgent work..

    Please paste your web.config file.  Make sure you remove your database access information when posting the code.    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on October 1, 2005
  • Error in deploy in aruba.it with framework 4.5

    Hello, I have a website having cute editor that worked fine in framework 3.5. I pubblished it on aruba.it with framework 4.5 I have tis error: ERRORE05/01/2017 22:48:14Attempt by method 'CuteEditor.Editor+a+a+b+a+a.a()' to access method 'System.RuntimeType.get_Assembly()' failed.   I put this line in web config: ...
    Posted to Cute Editor for .NET (Forum) by kduhcm on January 5, 2017
  • file size is too large

    When I try to upload a file which is bigger than 10MB, it pops up alert that the filesize is too large, the maximum file size allowed is set to 10.00MB.  However, if I used a regular file upload control, I can upload large file more than 10 MB.  My web.config sets the correct maxAllowedContentLength according to the article ...
    Posted to Ajax Uploader (Forum) by Tinman on August 25, 2016
  • SavePDF Security permission error

    Hi   I have been using the editor to create a pdf file which we then email.   We have had to switch our web to a new hosting ISP, and now I get an error with the same code. I am hoping you can give me a pointer on how to fix this error. I am guessing its probably a config thing or something that needs to be setup.   The error ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on May 4, 2008
  • OnlineTime

    Hi   I've got 2 questions:   In my web.config file, the OnlineTime out appSetting is set to 300 (I assume this is 300 seconds); so I left a session logged in for about 2 hours and when I came back and sent some text, it worked - so my question is, why did the session not time out?   Second question, is it possible to 'kick' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by RichardLaw on August 5, 2007
  • Step by Step with SQL Server 2005 EXPRESS and VWD

    Does anyone have a step by step guide to setup ''Live Support'' with SQL Server 2005 EXPRESS?  I've read that the management Studio in the express version is equivalent to the Enterprise Manager and Query Analyser so I imagine it's possible.    If anyone has it running, could you please share (step by step) how you executed the ...
    Posted to Cute Live Support (Forum) by DiNASTY on May 1, 2007
  • Html Input changed

    Using the latest vesion of CuteEditor with Framwork 2.0 I configure it in the following way:   editor.AutoConfigure = AutoConfigure.Full; editor.SecurityPolicyFile = ''Admin.config''; editor.EnableStripScriptTags = false;  editor.RemoveServerNamesFromUrl = true; editor.UseRelativeLinks = true; editor.DisableAutoFormatting = ...
    Posted to Cute Editor for .NET (Forum) by [email protected] on February 27, 2006
  • Dropdown in toolbar that does postback and insert?

    I am trying to create a custom dropdown in the toolbar that will do a postback to do some calculations and then insert the value calculated at the cursor position?  I know I could just use the ''text'' value and append it to the end but anyway in the postback server side code to do an insert into cursor position?  I was thinking maybe I ...
    Posted to Cute Editor for .NET (Forum) by AngC on February 9, 2006