Kendo / MVC上传 - 超出最大请求长度

时间:2014-11-02 23:09:46

标签: asp.net kendo-asp.net-mvc

即使我增加了限制,我仍然会收到错误,如下所示。 我使用的是vs2013,MVC5和Windows 8.1

 <system.web>
    <httpRuntime maxRequestLength="1048576" executionTimeout="3600" />
 </system.web>

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


<handlers>
  <remove name="BlockViewHandler"/>
  <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode" type="System.Web.HttpNotFoundHandler" />
</handlers>
</system.webServer>

0 个答案:

没有答案