Search

You searched for the word(s): web config
Showing page 111 of 176 (1,759 total posts) < 1 second(s)
  • Re: it keeps hanging on "1 seconds remaining"

    That link seems to work.  Are any of those controls on that page using MVC?   I am using MVC.     I am setting temp folder in code, but the temp directory I supply (a file share) is getting ignored.  It ALWAYS puts it in *my* temp folder:   ''c:\Documents and Settings\rob.bartlett\Local ...
    Posted to Ajax Uploader (Forum) by rob.bartlett on April 30, 2009
  • Re: Maximum Upload Media File Size Issue

    Kenneth: Hi basam,       Please set <httpRuntime maxRequestLength=''100000''/> of you web.config   100000=100MB     Regards,   Ken   exactly same error.   If I upload file from the server machine it is uploading, but the error occures when uploading from local machine to server!
    Posted to Cute Editor for .NET (Forum) by basam on November 15, 2008
  • Re: Database Error

    Hi,   -------------------------------------------------------------------------------------  cutechat wrote: Hi : Maybe you choose the option 'Create New DataBase' while installation. ------------- please check your web.config , and change <add key=''CuteChatDotNetNukeOwnerPrefix'' value=''dbo.'' /> to <add ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by gordonk on July 28, 2004
  • Re: Image upload issues with upgrade to v6.6

    Hi Adam   I followed instructions you gave me. I created a TEMP folder in the root of the web directory. I gave both NETWORK_SERVICE and IIS_WPG modify permission on TEMP. I also added the key <add key=''CuteEditorTempPath'' value=''~/TEMP''/> to the web.config file.    IE 7 works and I can now upload files to ...
    Posted to Cute Editor for .NET (Forum) by cw808 on April 20, 2010
  • Re: Problem with CE icons

    Domo, Let us try the following steps: 1. Open the CuteSoft_Client/CuteEditor/Web.config 2. Copy the following code into the web.config in your web root: <httpHandlers>    <add path=''*.jpeg'' verb=''GET'' type=''CuteEditor.Impl.EditorImageFileHandler,CuteEditor'' />    <add ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 12, 2005
  • Spell check modifying hyperlink - Follow Up

    Hello, I have a follow up question to the issue where the Cute Spell Checker was changing the href in the link tag in html.  The main thread for this is below:   http://cutesoft.net/forums/thread/71345.aspx   The end of this thread states that the issue is fixed in the new version, however the link provided for testing goes to ...
    Posted to Cute Editor for .NET (Forum) by jkleckne on June 28, 2013
  • Problem with CE icons (Images doesn't show up)

    Similar to  http://cutesoft.net/forums/3450/ShowPost.aspx   1. I have already confirmed my webconfig (CuteSoft_Client/CuteEditor/Web.config ) <httpHandlers>    <add path="*.jpeg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" ...
    Posted to Cute Editor for .NET (Forum) by Vuong on April 26, 2013
  • Failed to load resource: the server responded with a status of 500(Internal Server error)

    Hi.,     I already posted about my error., Yesterday its cleared by Mr.Kenneth.but now i am getting that same error while uploading.I also use the  below in web config.<add key=''CuteWebUI.AjaxUploader.RewritePath'' value=''False'' />    <add key=''AjaxUploaderLicense'' value=''~/License/AjaxUploader.lic'' ...
    Posted to Ajax Uploader (Forum) by ssjganesh on July 26, 2012
  • AjaxUploader in Windows 2008 (IIS 7.0)

    Hi, Is the AjaxUploader works in IIS 7.0?  If it is, could you tell me how to deploy it?  All I did is include the line below in the <httpModules> of the web.config file. <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader'' /> I also added this same line in the ...
    Posted to Ajax Uploader (Forum) by jserrano on November 29, 2011
  • Configuring Spell Check

    When I click the Spell Check button on the editor toolbar, I get the following error:  A potentiall dangerous Request.Form value was detected from the client (CurrentText=''my content here'') My web app is using .Net Framework 4.0, if I change it to 3.5 the spell check opens fine.  I have tried turning off request validation ...
    Posted to Cute Editor for .NET (Forum) by pdaltonmcsd on April 29, 2011