Search

You searched for the word(s): web config
Showing page 18 of 176 (1,759 total posts) < 1 second(s)
  • Re: Ajax Uploader for Asp.Net MVC 2.0?

    This example project is using MVC1.0, you need convert MVC1.0 to MVC2.0, please follow steps: 1. Open web.config 2. replace all ''System.Web.Mvc, Version=1.0.0.0'' with ''System.Web.Mvc, Version=2.0.0.0'' 3. Add the following lines within ''Configuration'' section:      <runtime>      ...
    Posted to Ajax Uploader (Forum) by Eric on July 23, 2010
  • Problems instaling web.config

    I having problems accessing the virtual directory cutelivesupport. It crashes with my main web.config file. Is it possible to integrate cute live support without making a virtual directory ? Or is there a way to ignore the main web.config file ?
    Posted to Cute Live Support (Forum) by wilhelm on November 1, 2006
  • Re: Cannot get to run in .Net 2.0 web application project

    I just figured out what is causing it. In my web.config I have the maintainScrollPositionOnPostBack setting turned on for all pages. That was causing your control to error out when trying to load. I didnt see it until now because my error handling was recording errors that I did not notice until now. The error that was occuring was:   The ...
    Posted to Cute Editor for .NET (Forum) by JRodman on August 4, 2006
  • Re: Unable to find the uploaded file in directory.......

    Hi, I've answered my own question through some research. When in IIS 7 and above the  maxAllowedContentLenghth attribute has to set under the <system.webServer> section in the web.config file for larger files. I found the info here: http://www.webtrenches.com/post.cfm/iis7-file-upload-size-limits   IIS 5 looks under the ...
    Posted to Ajax Uploader (Forum) by RandySSullivan on May 31, 2012
  • Re: Image upload issue

    Please check http://cutesoft.net/developer+guide/scr/Medium-Trust-Environment.htm . If you are using web farm, please follow steps: In web farm environments, the Url that you specify must map to a central location, which is saved to by all servers in the farm. This can be done using a virtual directory that maps to a common shared folder ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 26, 2010
  • Re: Domain Licence Cutesoft editor for .NET 6.0 problem

    Problem solved!   I try this:   If you want to maintain the license file in a separate location, you have two options: 1. Add an entry to your Web.config file.   Example:  <add key=''CuteEditorLicense'' value=''/somefolder/CuteEditor.lic'' /> 2. Copy CuteEditor.lic to the ''licenses'' ...
    Posted to Purchase / License FAQ (Forum) by BramBo on January 3, 2008
  • Re: How to Create a Custom Toolbar Configuration File in Dotnetnuke ??

    fabert,   Please add the following code into Cute Editor section of your web.config.              Redakteure_AutoConfigure = ''Full_noform''            Redakteure_SecurityPolicyFile = ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 16, 2007
  • Re: Questions before purchase

    Richard,   Thanks for the interest.   >>preferably with a different chat room for every section of the site.   Yes. It can be achieved easily.   >>3. What license would I require - Is a Small business license enough for what we need or do we require a redistibutable license (as we would like to be able to ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on October 19, 2006
  • Re: Installing CE in the GAC?

    I went one step forward by adding the lines below to the web.config file when I added cuteeditor.dll to the GAC. CE shows in the web page but the buttons do not show up properly and they do not work.     <assemblies>         <add assembly="CuteEditor, Version=5.0.0.0, Culture=neutral, ...
    Posted to Cute Editor for .NET (Forum) by salama on October 5, 2005
  • Re: DotNetGallery License Issue #2

    Mark,   Make sure you didn't specify the location of the license file at two different places.   For example, you created a new web application webapplication1, and create the licenses folder which contains the license file.   But in the root of your wwwroot, you have the web.config file which also specify the location of the ...
    Posted to Purchase / License FAQ (Forum) by Adam on May 10, 2004
« First ... < Previous 16 17 18 19 20 Next > ... Last »