Search

You searched for the word(s): web config
Showing page 44 of 176 (1,759 total posts) < 1 second(s)
  • Re: Text pasted from Word document working & not working.

    Dear Adam,   I am waiting for your reply. Kindly spar some of your valuable time to answer my query.   Regards,   Amjad.   Dear Adam, Thanks for your instant reply, but if you look into my original post detaily you will understand my problem. I am using same code without any changes that I downloaded from CuteSoft ...
    Posted to Cute Editor for .NET (Forum) by maxmo on April 28, 2008
  • Re: Text pasted from Word document working & not working.

      Dear Adam, Thanks for your instant reply, but if you look into my original post detaily you will understand my problem. I am using same code without any changes that I downloaded from CuteSoft website and also runing from same location. With only difference being that its called from two different Virtual Directory. The original ...
    Posted to Cute Editor for .NET (Forum) by maxmo on April 24, 2008
  • Re: How to get spell checker to work?

    Place the dictionary and the NetSpell.SpellChecker.dll in the bin folder in the root of your website.   It can help if you have a web.config file like the one below, to find out what's wrong.   The last line (<globalization culture=''en-US''/>) forces the spellchecker to use the US dictionary, otherwise it will be using ...
    Posted to Cute Editor for ASP (Forum) by darias on August 30, 2006
  • Re: CuteWebUI_AjaxUploader_Initialize is not defined

    I got it.  I read in another forum that you can place the line of code:       <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>  in BOTH places of the web.config to be able to handle all the different IIS environments.  That did the ...
    Posted to Ajax Uploader (Forum) by debdba on June 10, 2010
  • Re: Flash: the upload task is interrupted! io Error #2038

    Guys, I finally solved my problem. In my case  it was simply add the lines below in web.config file. <system.web>   <httpRuntime maxRequestLength=''102400'' executionTimeout=''3600'' /></system.web> and <system.webServer>  <security>   ...
    Posted to Ajax Uploader (Forum) by jonatasbloss on April 4, 2011
  • Re: images and text box doesnt load correctly.

    Please try the follow steps:   1. Download the latest build. http://cutesoft.net/downloads/folders/cute_editor_current_releases/entry21904.aspx   2. Upload the DLLs and client files. Please make sure all client files are uploaded correctly.   3. If the editor still doesn't work, please add the following entry into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 15, 2008
  • Re: Sporadic Viewstate errors

    Hi jk121960,   Just list the large file upload settings below, please check it and ensure that you have set all of them correct.    1. maxRequestLength in web.config    <httpRuntime maxRequestLength="value"/>    2. maxAllowedContentLength in IIS   Edit the request filtering feature ...
    Posted to Ajax Uploader (Forum) by Kenneth on May 15, 2013
  • Error: Target length is bigger then file size!

    When attempting to upload a small (< 5MB) or large ( > 100MB) I am recieving the error "Target Length is bigger than file size!"  when the upload is between 20-30% complete.   The error occurs everytime and is consistent across different versions of Internet Explorer.   We are using a web farm of eight servers ...
    Posted to Ajax Uploader (Forum) by ShawnJ on January 17, 2013
  • How To: Setup Direct to Database Upload/Download

    This example assumes the following platform technologies asp.net v20 - 3.5 C# Sql 2005 IIS 6+ AjaxUploader comes with an args.OpenStream() method that will allow you to convert your document to binary and store it directly to a Sql Table. Once there, you'll also need an .ashx file to help with the downloading of the file from the database from ...
    Posted to Ajax Uploader (Forum) by dougm on August 8, 2012
  • insert image in dynamic directories

    hi recently we upgrade to 6.6 ,yestarday i uploded all the new client fix files and its look good . i edit the web.config module sections with the upload , but it doesnt upload files. it used to work in the older version.  i have for each account is own directory on web server , so if my site is wwwroot/main/MainSite the account folder is ...
    Posted to Cute Editor for .NET (Forum) by hilla1610 on October 11, 2011
« First ... < Previous 42 43 44 45 46 Next > ... Last »