Search

You searched for the word(s): web config
Showing page 4 of 176 (1,759 total posts) < 1 second(s)
  • Re: assigning Temporary File Folder using MvcUploader vice web.config

    yeah, I think that would work.  the ashx file is probably saving to the default location (the one set in web.config in my case currently) only setting it in the control means it is looking for it in one spot when it was originally saved in the default.   Currently I am only using the ashx file as a skeleton to handle the initial ...
    Posted to Ajax Uploader (Forum) by gustyn on January 6, 2011
  • Re: web.config for access database..

    are you stating that I have to install cute chat also on the server?   The following guide shows the steps to implement a Cute Chat and Web messenger with . Download Cute Chat and Web Messenger integration packageCute Chat and Web Messenger integration package can be downloaded at ...
    Posted to Cute Live Support (Forum) by szymas on January 23, 2007
  • Web.Config

    HiI am using the integration download package to use with my asp.net 2 vb.net website.I am currently trying to update the global.asax file as the examples do not replate to a standalone website.I notice there is no web.config in the integration package so this function will have problems?:#Region '' IHttpApplicationConnectionStringProvider Members ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cdgregory on October 18, 2006
  • Re: uploadmodule is not installed into web.config

    Hi Adam, I have already done the above in my web.cofig file still when I try to upload the files, it gives different behaviours in different browsers. For Chrome, I am getting following javascript alert  UploadModule is not installed into web.config.!  When I use the upload in Firefox, it give javascript error as ...
    Posted to Ajax Uploader (Forum) by shailen on April 15, 2011
  • Re: Upload Module Not instaled in Web.Config - When localhost Port is in URL

    Hi FLJoe,   When you testing it with visual studio 2010, it will use the classic mode. (I think this is what you mean with the port). this is the visual studio behavior, not set by us. So please use the classic mdoe section when you testing with visual studio. When you testing it with IIS, it will use the in Integrated mode what ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 31, 2012
  • Editor throwing errors in DNN 4.05

    All of a sudden any page with the cute editor on it in our DNN install is throwing exceptions. We've not changed our install. What gives?? I changed the .config file to use the base editor provider and it works fine.   Please see Exception below...   Line 435: Line ...
    Posted to Cute Editor for .NET (Forum) by dsmajor on April 4, 2008
  • Re: CuteSoft_Client Folder CS2007

    Thanks Adam. Just to clarify what the problem is, the example says:   <appSettings>   ...    <add key=''CuteChat.DataDirectory'' value=''~/Chat'' />   </appSettings>   <appSettings> does not exist in the CS2007 version of web.config, but it does in the standalone version. Here ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Megabyte on September 19, 2007
  • Cute Live Support - Client operator error

    I have downloaded free version of Cute live support tool from your website. I integrated this live support tool with my one of Intranet website. WHen i am trying to login into the oprator software, it is giveing some error. The error page is as follows..   System.InvalidOperationException: Client found response content type of 'text/html; ...
    Posted to Cute Live Support (Forum) by pradeepkabade on July 26, 2007
  • Re: "UploadModule is not installed into web.config" Error not allowing multiple file selection via Flash file open dialog

    I figured out why I'm seeing the error message. As I mentioned in the inital post, the folder containing the Ajax Uploader files was not in the root of the app but one folder deeper. When I moved the folder up into the application root, I stopped getting the error. You should consider putting in the instructions that the folder needs to be in ...
    Posted to Ajax Uploader (Forum) by Angelo on February 10, 2011
  • Re: assigning Temporary File Folder using MvcUploader vice web.config

    Hi gustyn, Try this way 1. Open file UploadHandler.ashx 2. Find section below   public override void OnUploaderInit(MvcUploader uploader)     {            } 3. Change to    public override void OnUploaderInit(MvcUploader ...
    Posted to Ajax Uploader (Forum) by Kenneth on January 1, 2011
« First ... < Previous 2 3 4 5 6 Next > ... Last »