Search

You searched for the word(s): web config
Showing page 16 of 176 (1,759 total posts) < 1 second(s)
  • Upload problem when i put UploadModule in web.config

    Hello, I can 't upload when i put this line in my  web.config.  <configuration>   <system.web>     <httpModules>       <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>      </httpModules>   ...
    Posted to Cute Editor for .NET (Forum) by megami59 on December 4, 2009
  • Re: Upload problem when i put UploadModule in web.config

    Hi megami56,   IIS 5.0, 6.0 and IIS 7.0 Classic mode<configuration>   <system.web>     <httpModules>       <add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>      </httpModules>   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 4, 2009
  • Re: cute editor on IIS

    1. Please add the following code to your web.config.     <httpHandlers>       <clear />   <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' />     ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 14, 2009
  • Re: the Editor second time it's didn't work with me

    1. Please add the following code to your web.config.     <httpHandlers>       <clear />   <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'' />     ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 6, 2009
  • Re: Edit link for 'Insert Template' in the toolbar?

    Hi Daniel83,     Setting up the Template Gallery Path To enable the Template Management function of the CuteEditor control, you must set up a managed Template Gallery folder. This is simply a folder in which you will be placing template files for your users to use in their content. Create a folder in your application’s ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2008
  • Re: Deployment CuteEditor 6.1.2 Error

    soraphong,   Please add the following code into your web.config file then try again.       <httpHandlers>       <clear />   <add verb=''*'' path=''*.ashx'' type=''System.Web.UI.SimpleHandlerFactory, System.Web, Version=1.0.5000.0, Culture=neutral, ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 27, 2008
  • Re: Ajax Uploader and upload to remote dedicated file server ?

    Hi,   please test this :   <CuteWebUI:Uploader runat=server TempDirectory=''\\yourvideoserver\videofolder'' />   and you can try to add such setting into web.config appSettings:   <add key=''CuteWebUI.AjaxUploader.TempDirectory'' value=''\\yourfileserver\tempdirectory'' />   that would affact all ...
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2008
  • Re: Trying live support software

    Please check the following step:   Logging in as an operator: When you initially open the program you will see the screen below: Web service Url: The Url of your website which contains CuteSoft_client folder. User name: The operator user name. Password: The operator password. Remember password: Check this box, if you want to save ...
    Posted to Cute Live Support (Forum) by Adam on December 18, 2006
  • Re: To save in hebrew unicode

    It's not an editor issue. It's about the ASP.NET globalization.ASP.NET uses the UTF-8 character encoding by default when interpreting requests and composing responses. UTF-8 is optimized for the lower 127 ASCII characters, which means it provides an efficient way to encode languages that use the Latin alphabet. UTF-8 is also backward-compatible ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 10, 2005
  • Re: Writing to a UNC path with the uploading tools

    Keith,   Please follow the below instructions:     Step 1: Create a domain account which has the write permission to your UNC share         Username: yourdomain/admin         password=''admin” To access resources on a UNC, your application must run ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 19, 2004
« First ... < Previous 14 15 16 17 18 Next > ... Last »