Search

You searched for the word(s): web config
Showing page 20 of 176 (1,759 total posts) < 1 second(s)
  • Re: Not working in IE using windows authentication (NTLM)

    HI scarleto,   Please try the way below   Create a folder name "mytemp" under your site root, set it for property "TempDirectory".        <CuteWebUI:Uploader ID="uploader1" runat="server" TempDirectory="~/mytemp">         ...
    Posted to Ajax Uploader (Forum) by Kenneth on February 27, 2013
  • Re: Call to MvcUploadFile.MoveTo throws an error

    Hi samh,   Pleaset create a folder under the root of your site and name it to UploaderTemp, then set the TempDirectory for the uploader control in web.config as below.   <appSettings>     <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/> ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 21, 2012
  • Re: DotNetNuke - Don't See Outline Around Tables/Divs

    Please open your web.config and add the following into Cute Editor section. ToggleBorder=''true''   Example code:    <add name=''CEHtmlEditorProvider''             type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 30, 2010
  • Re: changing cutesoft_client\cutechat folder names

    By default CuteChat launches and runs from http://domain.com/CuteSoft_Client/CuteChat/. If you want to run all User and Administrative functions from http://domain.com/Chat/, please follw the steps below: Modify web.config file and Specify the CuteChat.DataDirectory ...
    Posted to Cute Live Support (Forum) by Adam on January 20, 2009
  • Re: How do i get ajaxuploader to work with IIS7

    If you are using IIS 7.0 Integrated mode you need to use the following code to add uploadmodule into web.config.   IIS 7.0 Integrated mode <configuration>   <system.webServer>     <modules>       <add name=''CuteWebUI.UploadModule'' ...
    Posted to Ajax Uploader (Forum) by Adam on December 12, 2008
  • Re: compilation error

    Ok...so I was able to fix this by simply replcing my existing web.config file and recopying all of the example files into my root directory I also removed all of the other files from my existing app, so the only files in the directory were the sample files (but this proabably had nothing to do with the issue, but I thought I should mention ...
    Posted to Ajax Uploader (Forum) by MMI on July 22, 2008
  • Re: UnauthorizedAccessException

    To grant ASP.NET write access to a file, right-click the file in Explorer, choose ''Properties'' and select the Security tab. Click ''Add'' to add the ''{machinename}\ASPNET'' user. Highlight the ASP.NET account, and check the Write box in the Allow column. ''     If you did the above, and you still get the error, it probably means ...
    Posted to Cute Live Support (Forum) by Adam on October 22, 2007
  • Re: UseHttpHandlerCacheImages Editor property speed

    Jason,   It only works in CuteEditor. Please open the CuteSoft_clients/CuteEditor/web.config gile. You can find the following code:   <add path=''*.gif.aspx'' verb=''GET'' type=''CuteEditor.Impl.EditorImageFileHandler,CuteEditor'' />   >>I am trying to speed up the loading of a page we have with multiple editors ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 20, 2006
  • Re: Problem installing on a shared server.

    After a bit of research I found that IIS would need to be restarted , due to that change of ''trust level'' in web.config. So for the moment I just removed that line.   ALthough I expect that the trust level is important and will need to be set correctly at some stage. Perhaps an overnight restart might be possible.   For the first ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by techmatters on September 24, 2006
  • Re: DNN 3.x permissions integration

    Luis,   For example, you have the following roles:   MyRole1, Myrole2, MyRole3, ... MyRole10.   >>I have 10 or so roles and I would like each to have the same AutoConfig (buttons)   In the CuteEditor section of web.config, please add the following code:   MyRole1_AutoConfigure = ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2006
« First ... < Previous 18 19 20 21 22 Next > ... Last »