Search

You searched for the word(s): web config
Showing page 51 of 176 (1,759 total posts) < 1 second(s)
  • Re: ChatProvider examples

    Hi kjell.ek,   It just an example to show you the Chat provider format, can not use it directly.   Please refer to http://www.cutesoft.net/ASP.NET+Chat/Developer-Guide/scr/DeploymentIntegration.htm stpe 4 to create your own chatprovider.   you set <add key=''ChattInlogg'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Kenneth on June 7, 2010
  • Uploaded file gets deleted on redirect to new page

    I am in the middle of building a DotNetNuke Portal and have built a File Upload module using the Ajax Uploader. The code is relatively simple, and is almost the same as the samples. What happens though is once the file is uploaded and copied to the folder where I want it saved, a redirect to the next page occurs and the FILE GETS DELETED. Not the ...
    Posted to Ajax Uploader (Forum) by lmrozek on May 19, 2010
  • Re: Is there any way to disable the image http handler

    CuteDeveloper: I'm already using an http handler on my site that is using the .ashx extension. Is there any way to get Cute Editor to load its images without using an http handler? The documentation says to add this UseHttpHandlerCacheImages=false but it isn't working   This property is Obsolete now.  We suggest you  add ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 4, 2010
  • Re: ChatProvider Error Message

    Hi Ken.  The link you gave for Step 4 looks like pseudocode, not actual code and it does not tell me where to copy-and-paste the code.  I was able to finally get the chat buttons to show up by copying the Global.asax file into my website root (it did not use Global.asax).  I was also able to modify web.config to point to my ...
    Posted to Cute Live Support (Forum) by Larry-E-Taylor on December 18, 2009
  • FileUploaded Event Fires on localhost (Visual Studio 2008) not on DiscountASP

    The following FileUploaded EVENT FIRES on my localhost machine during testing.  But when I put it on DiscountASP, it does NOT fire although the file does get uploaded to the temporary directory on DiscountASP. Is there some setting in the web.config file that is special for DiscountASP? <CuteWebUI:Uploader runat=''server'' ...
    Posted to Ajax Uploader (Forum) by gBurgur on October 6, 2009
  • Uploader is not deleting temp files after 5 hours and duplicate files are accumulating.

    all of my CuteWebUI controls now have AutoUseSystemTempFolder=''false''  and in the web config file I specify a destination for all controls. The temp files are being stored in that ''UploaderTemp'' folder but they are not being deleted after the 5 hours mark. How does the deletion of the temp ''.resx'' files get done? do any variables ...
    Posted to Ajax Uploader (Forum) by jpchatt on October 5, 2009
  • Re: Uploader http module seems to conflict with another HTTP modules.

    Hi,   When you use UrlRewriter.net , you need make sure the url can accept QueryString.   For example , this is not compatible :   <if url=''/uploader22cs/world''>    <rewrite to=''/uploader22cs/simple-upload.aspx'' /> </if>   But this works :   <if ...
    Posted to Ajax Uploader (Forum) by cutechat on September 24, 2009
  • Two copies of a file gets uploaded

    Hi,I have a file upload event handler, void Uploader_FileUploaded(object sender, UploaderEventArgs args)     {         if (GetVisibleItemCount() >= 3)             return;         using ...
    Posted to Ajax Uploader (Forum) by pmehta1 on August 26, 2009
  • no option to create global.asax in VS2008

    If you have migrated a project from Visual Studio 2005 to Visual Studio 2008 there is no option to create the global.asax file. Right click solution explorer -> Add New Item  and ''Global Application Class'' is not there. Here is the skeleton global.asax file if anyone needs it:   <%@ Application Language=''C#'' %> <script ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by craig88 on July 28, 2009
  • Re: information ajaxuploader

    1) is it possible to set the dynamically the output directory for the upload file and not in web.config or asp tag but for example after dropdownlist selected ?   Yes. For example:   void Uploader_FileUploaded(object sender, UploaderEventArgs args) ...
    Posted to Ajax Uploader (Forum) by Adam on July 24, 2009
« First ... < Previous 49 50 51 52 53 Next > ... Last »