Note that there are some explanatory texts on larger screens.

plurals
  1. POMaximum request length exceeded exception
    primarykey
    data
    text
    <p>I'm trying to upload a 20 meg file using the upload control and it's working fine on visual studio's built in webserver but once I publish it to the production server (which I have no access to) I keep getting the following error :</p> <pre><code>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.] System.Web.HttpRequest.GetEntireRawContent() +11140903 System.Web.HttpRequest.GetMultipartContent() +72 System.Web.HttpRequest.FillInFormCollection() +245 System.Web.HttpRequest.get_Form() +119 System.Web.HttpRequest.get_HasForm() +11072199 System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +124 System.Web.UI.Page.DeterminePostBackMode() +83 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +270 -------------------------------------------------------------------------------- </code></pre> <p>I've added the following to my system.web node so i don't know what the real issue is.</p> <pre><code>&lt;httpRuntime executionTimeout="800" maxRequestLength="51200" /&gt; </code></pre> <p>Any direction on this would be very helpful.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload