Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6923317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:31:13+00:00 2026-05-27T10:31:13+00:00

I have a MVC 3 site with some big forms. They have just got

  • 0

I have a MVC 3 site with some big forms. They have just got a file upload part, which has caused some problems. For small files, all is well, but for larger files I get HTTP 413 Request entity too large. The form itself is about 10-15 kB, and the uploaded files are excel files, which are typically around 50 kB.

I tried finding a way to increase this limit, and some reading suggests that adding

<system.webServer>
    <serverRuntime maxRequestEntityAllowed="104857600"/>
</system.webServer>

to the web.config file would fix this. However, if I do that, I instead get HTTP 500 “This configuration section cannot be used at this path. This happens when the section is locked at a parent level.”.

I have read about how that can in turn be fixed by changing the applicationHost.config file, but that is not feasible in my situation. We’re 15 developers developing locally (using IIS Express from Visual studio), and then have about 10 servers that are used for testing and production. Requiring all of these to be patched from outside source control will become a mess real soon. What can be done to fix it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T10:31:14+00:00Added an answer on May 27, 2026 at 10:31 am

    If it is II7 you need to set:

    <system.webServer> 
    <security> 
        <requestFiltering> 
                <requestLimits maxAllowedContentLength="157286400" /> 
             </requestFiltering> 
    </security> 
    </system.webServer>
    

    Here is a link explaining Large File Upload in IIS7

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an MVC site which has routes which I need to redirect with
I have a ASP.NET MVC site using Membership Provider. I have trouble testing some
Some site I'm programming is using both ASP.NET MVC and WebForms. I have a
I have an MVC-based site, which is using a Repository/Service pattern for data access.
I have a working copy of asp.net mvc site locally. I just uploaded the
In the ASP.NET MVC site I am building, I have some methods where the
I am building an asp.net mvc web site which needs to host some JMOL
I'm working on an ASP.NET MVC site which will have a database. While I'm
I have an ASP.NET MVC site which is composed of 3 projects in a
I am using Forms Authentication for the default MVC site, and i also have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.