Search

You searched for the word(s): web config
Showing page 128 of 176 (1,759 total posts) < 1 second(s)
  • Re: Request timed out when installing module

    nisbus,   Which product are you using? Standalone or live support for DNN, CS?   Can you post the detailed error message?   Is your connection string in the web.config correct?
    Posted to Cute Live Support (Forum) by Adam on October 1, 2008
  • Re: Width Of the Editor

    jyotsna,   Edit your web.config and locate the ''htmlEditor'' section.   Change the following property:   UseDNNDefaultWidth=''false''      to   UseDNNDefaultWidth=''true''       
    Posted to Cute Editor for .NET (Forum) by Adam on April 13, 2007
  • Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7

    Yes 100% and its not currently working on IIS7, have you tryed to get this work on IIS7 and asp.net 4.0 ? Visual Studio says:  AjaxUplader was not setup in web.config file (even its there just like in the link above IIS7 integrated mode) However the assembly seems to be in place, no compiler error or warning. That i find strange and ...
    Posted to Ajax Uploader (Forum) by ThomaxVision on September 19, 2010
  • Re: Unable to find the uploaded file in directory

    Thank you.   Adam helped me the other day, we removed the CuteEditor.UploadModule line from my web.config and now I am able to use multiple file upload (flash) with large files.   as long as the module was there, I was unable to add files larger than 200k
    Posted to Cute Editor for .NET (Forum) by Ofer Tal on February 27, 2009
  • Re: Deployment Problems

    Hi,   because the tag is registered in the web.config.   so when you use your own web.config , you need specify this line at the beginning of page code :   <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on March 5, 2009
  • upload works on dev server, not on production server

    Hello, NOTE: There are a bunch of later messages here with additional information and updates to this one - please read them all before responding!  UPDATE: THIS HAS BEEN SOLVED  -- see me final message   I’m using the trial version. VS2008, .NET 3.5, C#.  We are loading to a temp directory and then ...
    Posted to Ajax Uploader (Forum) by rberman on June 4, 2010
  • DNN roles and custom configurations

    And hello again   I understand that I can create different configurations for different roles. Does that also mean dotnetnuke roles?   The provider appears to have roles called Admin, Registered and Guest. But These are not roles in the portal, they seem to be arbitraty terms for an admin, anyone signed in and anyone not ...
    Posted to Cute Editor for .NET (Forum) by robax on February 14, 2008
  • Re: Error Deploying to DotNetNuke 3.0.12

    lhoward. 1. Did you install your dotnetnuke in a virtual diretory ''/DotNetNuke''? 2. Are you sure the provider folder (/DotNetNuke/Providers/) exists in your web server? 3. if 1 and 2 are both true, can you paste your web.config file?
    Posted to Cute Editor for .NET (Forum) by Adam on June 29, 2005
  • Re: Autoconfigure in DNN

    Thanks Adam. One other question...I have multiple roles in DNN. If a user is a member from:   - Forum Admins - Article Publishers   and both have in the web.config Autoconfigure set to none in what order is the config for the toolbar processed?
    Posted to Cute Editor for .NET (Forum) by Mariette on September 7, 2006
  • Re: Set default text or html when CuteEditor is first loaded

    Hi mediaworks,   Try set BreakElement=''p'' of the editor setting in web.config.   With Cute Editor, you can defines what happens when the ''enter'' key is pressed in the editor in the BreakElement enumeration.This enumeration has three values: Div, Br and P.   Regards,   ken
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 16, 2010