How to increase the max upload file size in ASP.NET?

后端 未结 15 2972
青春惊慌失措
青春惊慌失措 2020-11-22 06:09

I have a form that excepts a file upload in ASP.NET. I need to increase the max upload size to above the 4 MB default.

I have found in certain places referencing the

15条回答
  •  逝去的感伤
    2020-11-22 06:13

    If it works in your local machine and does not work after deployment in IIS (i used Windows Server 2008 R2) i have a solution.

    Open IIS (inetmgr) Go to your website At right hand side go to Content (Request Filtering) Go to Edit Feature Settings Change maximum content size as (Bytes you required) This will work. You can also take help from following thread http://www.iis.net/configreference/system.webserver/security/requestfiltering/requestlimits

提交回复
热议问题