I'm attempting to upload a 57.2mb PDF file to my DMX installation; there's only one other file i've uploaded to my fresh DMX install thus far.
According to your documentation I can upload files up to 2gb; yet when I attempt to upload the pdf I get the following error
Server Error in '/' Application.
--------------------------------------------------------------------------------
Maximum request length exceeded.
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: Maximum request length exceeded.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Maximum request length exceeded.]
Bring2mind.Telerik.WebControls.RadUploadHttpModule.ThrowMaximumRequestLengthExceeded(HttpResponse response) +64
Bring2mind.Telerik.WebControls.RadUploadHttpModule.Context_BeginRequest(Object sender, EventArgs e) +242
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Can someone please explain why I'm receiving this error; and if I need to increase storage, how to do so?
Thanks!