Search

You searched for the word(s): web config
Showing page 77 of 176 (1,759 total posts) < 1 second(s)
  • Re: Unable to write to folder:~/UploaderTemp... but using custom AxaxUploader.Provider (UploaderSqlServerProvider)

    Dear rmacfadyen,   Unlike standard ASP.NET HtmlInputFile control, AJAX Uploader does not read the entire uploaded file into memory. It streams the data into a temporary file while the data is received. For this reason, you must specify a temporary file location. You should ensure that the ASPNET user (NetworkService in Windows Server 2003) ...
    Posted to Ajax Uploader (Forum) by Eric on January 31, 2011
  • Re: ChatProvider examples

    Have now update my global.asax to this, but when i access CuteSoft_Client/CuteChat/ChatAdmin/ i have ''System.NullReferenceException:'' in Function GetConnectionString()   Have this in my web.config: <add key=''ChattInlogg'' value=''server=xxx.xxx.xxx.xx,1433;user=xxx;pwd=xxx;database=dragchatt''/>   Do i have wrong ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kjell.ek on June 4, 2010
  • Re: Error occurring when Forms Authentication has timed out

    If anybody is interested I found a way around this problem... I've ended up removing forms authentication from the page that contains the Ajax Uploader control, and I'm checking if the user is logged in manually and not using the Forms Authentication web.config value to protect that particular page. This allows me to use the OnFileValidating ...
    Posted to Ajax Uploader (Forum) by jmksa on May 12, 2010
  • Re: Lots of logs in eventviewer

    Henrik Juel ,   I guest the problem is that your root app and the sub app use the same key for ASP.NET Forms authentication.   in web.config , you can see something like :   <authentication mode=''Forms''>    <forms name=''YourFormsAuthName'' /> </authentication>   If your root site and ...
    Posted to Cute Live Support (Forum) by cutechat on October 21, 2009
  • Re: cookieless = true problem

    Hi [email protected] ,   What version of editor you use?   I can not reproduce this issue on the latest version. It works fine for me when I set cookieless=''true'' in web.config, like below       <sessionState cookieless=''true''>     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 14, 2009
  • Re: Problems on version 6.4

    If you delete the web.config file, with the following code do you have the same problem?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <%@ Page language=''c#''%>   <html>       <head> ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 19, 2009
  • Re: Deployment problem assigning path

    Please follow the steps below:   Step 1. Copy the files under CuteEditor to the target directory (for example: C://MyEditor).   Step 2. Map the directory in IIS as a virtual directory only (~/editor).   Step 3. Add the following entry into your web.config.   <add key=''CuteEditorDefaultFilesPath'' value=''~/editor'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 12, 2008
  • Re: Invalid postback or callback argument

    I am still receiving the error in both the demo and my own website. I uploaded the entire demo to my host and now I am getting the error 'UploadModule is not installed into web.config.!' I had this error on my local pc but that was because I stupidly put the module into the validation module section. Once I moved it it worked fine. I really don't ...
    Posted to Ajax Uploader (Forum) by spudcud on July 25, 2008
  • Re: Iframe in editing area?

    michcb,   1. I just tested version 6.0. The Iframe tag is not stripped.   2. >>I get a compilation error and can't make it work   Please remove CuteEditor.dll from your project reference. Then add the reference to the new CuteEditor.dll. Recompile your project.   3. >>New computer, from XP Pro to ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 17, 2008
  • Re: Embed into VB page

    Ok, apparently it doesn't have to do with the page written in vb VS c# because I created a c# page with the same problem. I'm guessing it has to do with me trying to pull the cutechat from a page in a different directory than the cutechat software is loaded.  I have tried adding the <add key=''CuteChat.DataDirectory'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by tfox on April 3, 2008
« First ... < Previous 75 76 77 78 79 Next > ... Last »