Hi,
I cannot get files to be downloaded from Documents Module, no mather the user logged in (have the same problem with ADMIN and HOST users). I click on any of the files download links generated and all I get is an empty browser window (the new window checkbox is checked). It seems to be a problem with LinkClick feature as it doesn't seem to redirect users to the file do be downloaded.
I am currently using DNN 4.3.4
Logging shows an error that seems to be related to that:
ActiveTabID: 98
ActiveTabName: Boletim Informativo
RawURL: /LinkClick.aspx?fileticket=12h28ORMBJs%3d&tabid=98&mid=436
AbsoluteURL: /LinkClick.aspx
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The remote host closed the connection. The error code is 0x80072746. at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.FlushCore(Byte[] status, Byte[] header, Int32 keepConnected, Int32 totalBodySize, Int32 numBodyFragments, IntPtr[] bodyFragments, Int32[] bodyFragmentLengths, Int32 doneWithSession, Int32 finalStatus, Boolean& async) at System.Web.Hosting.ISAPIWorkerRequest.FlushCachedResponse(Boolean isFinal) at System.Web.Hosting.ISAPIWorkerRequest.FlushResponse(Boolean finalFlush) at System.Web.HttpResponse.Flush(Boolean finalFlush) at System.Web.HttpResponse.Flush() at DotNetNuke.Common.Utilities.FileSystemUtils.DownloadFile(PortalSettings settings, Int32 FileId, Boolean ClientCache, Boolean ForceDownload) at DotNetNuke.Services.FileSystem.FileServerHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Thanks for any help.