Search

You searched for the word(s): web config
Showing page 27 of 176 (1,759 total posts) < 1 second(s)
  • Re: upload image problem!!!!!!!!

     Adam wrote: sunny, Please check this article: Writing to a UNC path with the uploading tools If you can't get this work, please check your web.config file and make sure you use impersonation in your web config.  Step 1: Create a domain account which has the write permission to your UNC ...
    Posted to Cute Editor for .NET (Forum) by sunnyz on April 5, 2005
  • Re: Can CuteChat run on MSDE?

    Hi designserve :   Of cause , the CuteChat support MSDE2000 .   After installing the CuteChat , you could use the 'CuteChat Configuration' tool to config the connection string ,   Or you could build table using the C:\Program Files\CuteSoft\CuteChat\CuteChat.sql And modify the web.config manually . The ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on September 2, 2004
  • Re: Install problems

    The .NET Framework relies on .config files to define configuration options. The .config files are text-based XML files. Multiple .config files can, and typically do, exist on a single system.   The following example shows a minimal Web.config file to enable the details of this specific error message to be viewable on remote ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 24, 2004
  • Re: System.Security.Permissions.FileIOPermission

    hhastekin,   Have you followed the steps below when setting up temp directory?   1. Create a folder under and name it ''CuteEditorTemp''.   2. Open your web.config and add the following entry:   <add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' />   3. Make sure aspnet account or network ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 7, 2007
  • Re: Compiler Error Message: CS0138

    I found what I did wrong and solved my own problem.   In developing the application, there are a dozen or so functions I wanted to use throughout the application. Without knowing a better way,  I created  a class file in App_Code,  made a namespace called Robintek (my company name) and placed within it a ''Public Class ...
    Posted to Cute Editor for .NET (Forum) by gjorgenson on January 28, 2009
  • Re: Problem with display Cute Editer after publish website

    vatha,   1. If you upgrade from an earlier version of Cute Editor, please delete the old client files and install the new version.   2. If you are using version 6.0 or 6.1. please add the following code into your web.config then try again:     <httpHandlers>       <clear ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 25, 2008
  • Re: Questions about functionality

    ggparkinson, I found the article we wrote for other clients. Please follow the below instructions:     Step 1: Create a domain account which has the write permission to your UNC share         Username: yourdomain/admin        ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2004
  • Re: Error: UploadModule is not installed into web.config

    Hi, I did the same as you suggested above, but I am getting the following error while testing in Chrome, UploadModule is not installed into web.config.! and its completely not working in Firefox. Please help me out in this issue. 
    Posted to Ajax Uploader (Forum) by shailen on April 15, 2011
  • Index and count must refer to a location within the string. Parameter name: count

    I'm trying to get the CuteSoft_Client files out of my project by mapping a virtual folder in the website to the client files.  I have the Sept 4, 2007 build of the cuteeditor.dll and CuteSoft_Client files.   I have added this to the appSettings section of my web.config:   <add key=''CuteEditorDefaultFilesPath'' ...
    Posted to Cute Editor for .NET (Forum) by jhammond_1999 on October 22, 2007
  • Re: problems with live support management site 4.1 version

    this solved it, thanks to everyone for the assist   Try to setting ''viewstate'' of your web site following nether steps 1. Open ''web.config'' file of your web site 2. Locate <pages> section and change it to ''<Pages EnableViewState=''true'' />'' 3. Check entire pages of your web site, if page have'' <%@ ...
    Posted to Cute Live Support (Forum) by infowave on April 18, 2008
« First ... < Previous 25 26 27 28 29 Next > ... Last »