I'm sure you've had a bit of these.
Getting this on DNN 4.9.3 / DMX 5.02.07 / IIS 6
UserID: 1
UserName: sfhost
ActiveTabID: 127
ActiveTabName: FTP
RawURL: /FTP/tabid/127/Default.aspx?Command=Core_Edit&CollectionId=1&DMXRadUrid=335babeb-6bcc-4da6-9c42-b514e6ee6e38
AbsoluteURL: /Default.aspx/127/Default.aspx?Command=Core_Edit&CollectionId=1
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4e26db37-8e99-43c6-bd34-0ac74764845a
InnerException: Exception of type 'System.OutOfMemoryException' was thrown.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.HttpRawUploadedContent..ctor
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Web.HttpRawUploadedContent..ctor(Int32 fileThreshold, Int32 expectedLength) at System.Web.HttpRequest.GetEntireRawContent() at System.Web.HttpRequest.GetMultipartContent() at System.Web.HttpRequest.FillInFormCollection() at System.Web.HttpRequest.get_Form() at System.Web.HttpRequest.get_HasForm() at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) at System.Web.UI.Page.DeterminePostBackMode() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
This was a 500mb file. Progress bar completed, then got the system out of memory.
Noticed we are using RadUpload version 2.4.1
Noticed Telerik said they did a fix in 2.4.3 (Old Topic)( http://www.telerik.com/co...d-of-small-file.aspx )
not sure if an upgrade of the RadUpload would work?
Looks like this 500mb Memory Fail is on the App Pool? So must happen when Rad Goes to move the file.
Anyways if I can increase the app pool size, do you know where this setting would be in IIS6?
Thanks