On a brand new install I get the following error: I not sure what I need to do to fix it
Data length (17361) is shorter than Content-Length (1321526) and client is still connected.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Data length (17361) is shorter than Content-Length (1321526) and client is still connected.
Source Error:
Line 101:
Line 102: 'run schedule if in Request mode
Line 103: Initialize.RunSchedule(Request)
Line 104:
Line 105: End Sub
|
Source File: C:\Websites\SigCode\Portal\App_Code\Global.asax.vb Line: 103
Stack Trace:
[HttpException (0x80004005): Data length (17361) is shorter than Content-Length (1321526) and client is still connected.]
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2632
Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253
Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21
System.Web.HttpWorkerRequest.HasEntityBody() +17
System.Web.HttpRequest.GetEncodingFromHeaders() +168
System.Web.HttpRequest.get_ContentEncoding() +48
System.Web.HttpRequest.get_QueryStringText() +60
System.Web.HttpRequest.get_Url() +43
DotNetNuke.Common.Initialize.RunSchedule(HttpRequest request) +24
DotNetNuke.Common.Global.Global_BeginRequest(Object sender, EventArgs e) in C:\Websites\SigCode\Portal\App_Code\Global.asax.vb:103
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request]
Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +845
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|