Search

You searched for the word(s): web config
Showing page 30 of 176 (1,759 total posts) < 1 second(s)
  • Re: Can't connect to chat-room...

    Adam: Normally a normal user cannot write into ''c:\Windows\Temp''. Your provided needs to set the permissions to ''Everyone|Full Control''... Or you generate a profile for the APS_NET-User, so it can put the temp-files into the Temp-Dir of the Profile...   Its possible i change the temp folder in web.config for example ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by AllanRS on September 9, 2007
  • Re: Image Gallery Non-Functional

    I just figured it out: You MUST have enableviewstate=''true'' on the insertgallery.aspx page if you have enableviewstate=''false'' in your web.config files (for performance reasons) like I did. May want to mention that in your documentation.   If enableviewstate is equal to false, the image gallery pop-up will fail with the object ...
    Posted to Cute Editor for .NET (Forum) by jumpseatnews on August 7, 2007
  • Re: Image edition problem in Firefox

    I currently have a custom Insert Image Dialog. I do not rely on the config files and on the settings of the Image Gallery Path, since the logic of my web application is too complex to integrate in these methods.   when I have an image in the editor, and I dbl click it, it opens the Tag Editor, it works fine when in firefox and I dbl click ...
    Posted to Cute Editor for .NET (Forum) by ID3TECH on July 12, 2007
  • Re: CTRL-V vs Paste Toolbar Button

    There are missing EditorOnPaste modes in the DNN editor provider:    if (Operators.CompareString(text2, ''ConfirmWord'', false) == 0)     {         this.cntlCE.EditorOnPaste = PasteBehavior.ConfirmWord;     }     else if ...
    Posted to Cute Editor for .NET (Forum) by etpub on June 13, 2007
  • Re: Pound (£) symbol not displayed - BUG

    Hi Adam,   thanks for your reply.   I've done the web-config setup as show in the mentioned thread, but that didn't help.   And the code I'm using for reading/writing into database is virtually the same as in your database example. When saved into DB, the pound symbol gets ''translated'' into its hexadecimal representation, ...
    Posted to Cute Editor for .NET (Forum) by stefan dominik on May 4, 2007
  • Re: pasteHTML

    I've been going in circles again because of your developer's guide. For the ''PasteHTML'' you put a sample that calls it with lower case ''p''. Sometimes people spend hours to figure out what's wrong. And this is not the only one. Try to use the spell check button on toolbar. According to developer's guide, you should put <item ...
    Posted to Cute Editor for .NET (Forum) by afilipovik on April 13, 2006
  • Re: error when posting from cute-editor

    If you want to allow HTML element as input from selected pages in your project than you set this page attribute. <%@ Page ValidateRequest="false" %> This ValidateRequest="false" on each page. If you want in all pages in you project than make changes in Web.Config file. Add this tag In section. If you are using .Net ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 16, 2013
  • Re: Access Denied Error on some uploads

    Hey Ken,  Below is the complete error message. I was just curious why a couple of users get the error message and I actually tried uploading the same photo without any problems (we set the config to accept large file sizes) and this photo was just 2 mbs. I will try check the permission on the temp directory that is one area I had not checked ...
    Posted to Ajax Uploader (Forum) by walker1475 on June 21, 2012
  • Problems with insert <add key="CuteEditorTempPath" value="~/log/CuteEditorTemp" />

    Hi.   Im desperat. In one of my old projects (made with VS2005) those lines of code do the trick:   <appSettings> <add key=''CuteEditorTempPath'' value=''~/log/CuteEditorTemp'' /> </appSettings>   in the web.config file.   But in a new VS2008 project, it dosent matter where i put it, it wont ...
    Posted to Cute Editor for .NET (Forum) by PeterDK on April 28, 2009
  • Re: "Failed to connect chat service: The remote server returned an error (401) unauthorized."

    When you initially open the program you will see the screen below: Web service Url: The Url of your website. You can set default value of Web service Url by editng LiveSupport.exe.config file. <add key=''CuteChatServiceUrlBase'' value=''http://yoursite.com''/> If the Web service Url you entered doesn't match the ...
    Posted to Cute Live Support (Forum) by Adam on December 14, 2008
« First ... < Previous 28 29 30 31 32 Next > ... Last »