Search

You searched for the word(s): web config
Showing page 82 of 176 (1,759 total posts) < 1 second(s)
  • upload problems with version 6.3 .net 1.x framework

    I have no problems uploading files and documents using cuteeditor v6.3 in .net 2.0   in codebehind I simply specify this   cute.SetSecurityImageGalleryPath(GalleryPath) cute.SetSecurityImageBrowserPath(GalleryPath) cute.SetSecurityFilesGalleryPath(Documentpath)   where GalleryPath and DocumentPath are good paths where I ...
    Posted to Cute Editor for .NET (Forum) by oompah on July 23, 2009
  • Re: insert hyperlink upload location

    Alright.   I have edited all three config files. and the path did infact change.     The path changed from:  ...Web/uploads   to: ...Web/Event/EmailCommunications/uploads   However withing the uplaods folder is another folder for each event. Is there a way to get the default folder to be dynamicly set to ...
    Posted to Cute Editor for .NET (Forum) by Benava on February 9, 2009
  • ConfigurationPath - Set absolute path

    Hello,    Could you tell me how to set the ConfigurationPath property to an absolute  rather than relative path please?  (i found an earlier response in this forum, indicating it does support absolute paths).    I'm currently getting a ''Is not a valid virtual path'' exception when  trying the ...
    Posted to Cute Editor for .NET (Forum) by VinceJS on January 29, 2009
  • Re: Unable to find the uploaded file in directory : C:\MyApplicationDirectory\UploaderTemp (only in Firefox)

    Please try the following step:   Add Uploader httpModule to web.config's httpModules list. To allow CuteEditor to upload big files, you need to add Uploader HttpModule to your application. IIS 5.0, 6.0 and IIS 7.0 Classic mode <configuration>   <system.web>     ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 27, 2008
  • Ajax Uploader with anonymous access turned off

    Hi there,   I am trialling your component for use in an Intranet site (IIS 6, ASP.NET 2.0).  It is a requirement of the site that anonymous access is turned off, integrated windows authentication turned on and in the web.config we have identity impersonate set to true.   With this setup and uploading a file to the site a 401 ...
    Posted to Ajax Uploader (Forum) by dazza08 on November 5, 2008
  • Re: Upload Error

    SLTDon,   Did you add module to web.config correctly?   To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application. IIS 6.0 and IIS 7.0 Classic mode <configuration>   <system.web>     <httpModules>       <add ...
    Posted to Ajax Uploader (Forum) by Adam on September 30, 2008
  • Upgrade Problem

    I just upgraded from v5.3 to the latest available for DNN. When I run the editor I get the error shown below. I updated the Web.Config as instructed in the DotNetNuke Integration document.  Did I miss something?   Server Error in '/' ...
    Posted to Cute Editor for .NET (Forum) by Recovery1 on July 19, 2008
  • Explanation of DNN provider settings

    Hello,   I am seriously considering the Cute Editor for all of my DNN sites.  Is there documentation explaining all of the web.config settings for the DNN provider?   Here are a couple of examples:   1.  I don't want the form icons to be visible (i.e. Form, TextArea, Textbox, ect.).  How can I remove ...
    Posted to Cute Editor for .NET (Forum) by sunsethill on April 16, 2008
  • Community Server 2.1 (sp3) Script Striper (editor 6.0)

    Do I follow the same theory with adding this line of code to the community server web.config file to stop it from stripping the script in a post?   <CE:Editor id=''Editor1'' EnableStripScriptTags=''false'' runat=''server'' ></CE:Editor> If so, where abouts does it go in the web.config file?   If not can you help ...
    Posted to Cute Editor for .NET (Forum) by GOTBUD on August 13, 2007
  • Re: Toggling between a simple toolbar and a more advanced toolbar...

    I've figured out a work around, by not using a custom button and not using the postbackcommand event.  However, I do think you should look into it, as I believe it to be a bug with CuteEditor.  If you do the following steps you should be able to reproduce this behavior: 1) Add a CuteEditor control to a web form and set it's ...
    Posted to Cute Editor for .NET (Forum) by mhonaker on June 15, 2007
« First ... < Previous 80 81 82 83 84 Next > ... Last »