Re: File Upload is Interrupted by Server Randomly

  •  11-24-2009, 10:13 AM

    Re: File Upload is Interrupted by Server Randomly

    Andrew,
     
    What I can do is search the Connection_Abandoned_By_AppPool
     
    It seems that the worker process crash by an unknown reason.
     
    Please try this (web.config appSettings):
     
    <add key="CuteWebUI.AjaxUploader.UseAspNetStream" value="True"/>
     
    Regards,
    Terry
View Complete Thread