|
Search
You searched for the word(s): web config
Showing page 16 of 176 (1,759 total posts)
< 1 second(s)
-
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>
...
-
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>
...
-
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'' />
...
-
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'' />
...
-
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 ...
-
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, ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
... 16 ...
|
|
|