Search

You searched for the word(s): web config
Showing page 120 of 176 (1,759 total posts) < 1 second(s)
  • Ajax Uploader

    I am trying out Ajax Uploader. After I place the dll in my Bin directory and update my  web.config then what? I cant find the Ajax Uploader control to put it .aspx  web page. It's not in the Toolbox where I was hoping to find it. A simple example in C# would help including how to register tag prefix CuteWebUI.  Please ...
    Posted to Ajax Uploader (Forum) by walt on October 13, 2008
  • Problem with running CuteEditor in .NET 2.0 Application

    The problem that I am having is similar to the one JRodman reported on 7-28-2006.   Our website uses Master Pages with dynamically loaded User Controls, all running under .NET 2.0.   When the CuteEditor is used in one of our user controls, in standalone mode, the CuteEditor works perfectly.   When the CuteEditor is used ...
    Posted to Cute Editor for .NET (Forum) by Beersnob on August 7, 2006
  • Re: Problem with Cookieless=true in web.config

    Works good, and the turn around for this bug fix is very appreciated.
    Posted to Cute Editor for .NET (Forum) by bitpail on July 17, 2007
  • Upload Error via laptop (wireless)

    Hello, I am using the multiple-files-upload.aspx method to upload files on my production box. I have bought the Ajaxuploader and installed the .dll and .lic file in the bin folder of the app.  I have the following references to the uploader in my web.config.  <add key=''CuteWebUI.AjaxUploader.GlobalMaxSizeKB'' ...
    Posted to Ajax Uploader (Forum) by dmak on June 29, 2009
  • Re: Unable to find the uploaded file in directory HTTPS Firefox

    Hi,   The primary solution , is send the upload data to another page , even send to another website .   So the aim is this :   for example :   your website is,   https://mywebsite.com/uploaderpage.aspx   And then the Flash addon do not support SSL , so you need send it to another http website.   You ...
    Posted to Ajax Uploader (Forum) by cutechat on July 9, 2009
  • Re: DNN 4.3.4 populating "Css Class" dropdown list

    Jan,   The code includes the DNN 4 css is as following:       Dim s1, s2, s3, s4 As String    s1 = Common.Globals.HostPath & ''default.css'' 'default css    s2 = PortalSettings.ActiveTab.SkinPath & ''skin.css'' 'skin css    s3 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 26, 2006
  • Re: Problems with CS 2.0 and .NET Framework 2.0 Installation

    I have an identical problem.Installed CuteChat for CS2.0 with .NET Framework 2.0http://emrupdate.com/chat.aspxRunning a single Chat Room, members only, no anonymous, no whipsers, no file upload, max 50.After a successful chat - returning later to the chat room - we get redirected to our custom Error Page.I can resurrect the chat room by touching ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Nick Harrington on September 14, 2006
  • Re: Installing cute chat

    i did that already with the same result. here is what my web.config looks like <add key=''ConnectionString'' value=''server=(local);database=cute;uid=cutedb;pwd=chat345'' />   <add key=''OnlineTimeout'' value=''300'' />   <add key=''CuteChat.SqlClient.ConnectionString'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by odonel on April 18, 2005
  • Re: Installing cute chat

    Open the web.config in the sample project and replace the connection strings with your database connection information:  <add key=''ConnectionString'' value=''server=(local);database=SamplePortal;uid=sa;pwd='' />   <add key=''OnlineTimeout'' value=''300'' />   <add ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on April 18, 2005
  • Re: How to store attachments in SQL Database

    Hi Adam, just tried again: As soon as I take away access rights of ''Everyone'' for ''C:\Windows\Temp'' I get the above mentioned error (''Access to the path ''C:\Windows\Temp'' is denied''). I've added this line in my web.config appSettings <add key=''CuteEditorTempPath'' value=''~/CuteEditorTemp'' />
    Posted to Cute Editor for .NET (Forum) by Kai2 on July 3, 2007