Search

You searched for the word(s): web config
Showing page 83 of 176 (1,759 total posts) < 1 second(s)
  • Cuteeditor folder

    hi. Is it possible to store the CuteEditor folder in a directorytree separate from the application root tree? Here is an example   wwwroot     ->approot         ->bin (contains the cuteeditor dll and lic)         ->asp.net ...
    Posted to Cute Editor for .NET (Forum) by scott1 on January 25, 2006
  • Re: Problem integrating with CSK

    Dan,  I figured out your problem.You should not put <appSettings> under <communityStarterKit> section. The following format is incorrect! <communityStarterKit>......    <appSettings>    .....    </appSettings></communityStarterKit>Should ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on December 13, 2005
  • CuteEditor v5 .Net and ajax

    Thanks Adam for ealier comments - problem reolved.   Does anybody know how to dynamically display and save content in CuteEditor .Net v5 using javascript?   I tried the following code but does not work: Javascript   var x = Document.getElementById(''Editor1''); x.text = ''Hello world'';Aspx<%@ Register TagPrefix=''ce'' ...
    Posted to FAQ (Forum) by [email protected] on November 7, 2005
  • problems using CuteEditor

    Hi all, thanks for this great module , but i have 2 issues with it 1 - when  i used CuteEdit  as a component in one of my module it gave me an error that it can't find the  default.config security policy file ??? and it wasn't referencing the CuteSoft_Client folder in the providers folder , it was ...
    Posted to Cute Editor for .NET (Forum) by jtamimi on August 14, 2005
  • Re: no icons, and hourglass in CE 4.0.0.5 - GAC issue

    Also change the /CuteSoft_Clien/CuteEditor/Dialogs/web.config to:   <?xml version=''1.0''encoding=''utf-8''?> <configuration>  <system.web>  <compilation defaultLanguage=''c#''>  <assemblies>  <add assembly=''CuteEditor, Version=4.0.0.5, Culture=neutral, ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on March 7, 2005
  • Re: no icons, and hourglass in CE 4.0.0.5

    If you are installing CuteSoft in GAC, you have to modify the /Cutesoft_Client/CuteEditor/web.config to: <configuration>  <system.web>   <authorization>    <allow users=''*'' />   </authorization>   <httpHandlers>    <add path=''*.jpeg'' ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on March 6, 2005
  • Writing to a UNC path with the uploading tools

    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 under a domain enabled ...
    Posted to FAQ (Forum) by Adam on January 11, 2005
  • Re: The chat does not works

    No se ha inicializado la propiedad ConnectionString. = The ConnectionString property is not initialized.   How can I resolved this matter in VB 2010? I am running "chat.aspx" file.  I have write a ConnectionString for my SQL DataBase "LoquitoChat.mdf" in Web.Config file.  <add ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Armand66 on October 5, 2012
  • Re: User roles in DNN 3.13 and Cutesoft menu

    Mariette, Step 1: Add the following code into your web.config file.     ....      Forum_Admins_AutoConfigure = ''Full''      Forum_Admins_SecurityPolicyFile = ''admin.config''      Forum_Admins_DisableItemList = ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 10, 2005
  • Re: Popup problems

    Wilko,   Try the following steps:   1. Download the CuteEditor control again and overwrite all the files.   2. Add an entry to your Web.config file.   <add key='CuteEditorTempPath' value='/mydirectory' />   Make sure ASPNET has write permission to the above folder.   Keep me posted    
    Posted to Cute Editor for .NET (Forum) by Adam on June 16, 2006
« First ... < Previous 81 82 83 84 85 Next > ... Last »