|
Search
You searched for the word(s): web config
Showing page 66 of 176 (1,759 total posts)
< 1 second(s)
-
Hi Daniel,
I think you did not set up the upload module correct.
Please refer to http://cutesoft.net/ASP.NET+Image+Gallery/Deployment.aspx step3, it has two sections, please try it one by one. The upload module code depends on your application pool mode.
3. Add Uploader httpModule to web.config's httpModules listIIS ...
-
Hi jserrano, Please do not use both of them in the web.config. Check your application pool mode and use one of the code below. IIS 6.0 and IIS 7.0 Classic mode<configuration>
<system.web>
<httpModules>
<add name=''CuteWebUI.UploadModule'' ...
-
Dear ridgeback,
Please check the path of gallery folder, the default gallery folder is ''GalleryFiles'', in download package, you can find this folder, some image files and configuration files can be found in this folder. When you open dotnetgallery, it will display these image files. Please check whether you have removed ...
-
harish_123:
I hv uploaded cute editor and all the supporting files in server. But still it is not working.
Its not giving any error but it display like a label and doesnt allow to enter data. And all the options like bold, italic, underline, alignments, size are not visible.
Which version of ASP.net are you ...
-
Of course it works THERE because you have not enabled smartNavigation in the web.config. This is obvious as the page jumps to the top when the upload is finished. The problem occurs when smartNavigation is set ON in the web.Config. Please note what I am trying to explain as THERE IS A PROPBLEM.This is our last try to get an honest ...
-
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'' />
...
-
This is my web.config's <httpModules> section: <httpModules>
<add name=''CuteEditor.UploadModule'' type=''CuteEditor.UploadModule,CuteEditor''/>
<add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, ...
-
i got it to the logon screen Adam, I forgot to remove the --> in web.config. however, when i type admin,admin to log on, i get this error Server Error in '/CUTE' Application.
File or assembly name cute, or one of its dependencies, was not found.Description: An unhandled exception occurred during the execution of the current web ...
-
Support forums
Live Support, Chat and HTML Editor
...
-
I am using MVC so I do not use the ASP.NET webforms in my views. I have used the TempDirectory='''' in my controller with no effect. Thanks though for your answer.
... 66 ...
|
|
|