gpt4 book ai didi

asp.net-mvc-3 - MVC3 :Maximum request length exceeded

转载 作者:行者123 更新时间:2023-12-04 18:14:51 24 4
gpt4 key购买 nike

这里是上下文:

ASP MVC3-IIS 7

我使用的ElMah的配置非常好,几乎在MVC的所有地方都有记录。
它正在工作。

这是我的配置文件中的内容

  <system.web>
<httpRuntime maxRequestLength="1024" enableVersionHeader="false" />
<customErrors mode="On" defaultRedirect="~/Error/Generic" />
...
<system.webServer>
<httpErrors errorMode="Detailed" existingResponse="PassThrough" defaultPath="~/Error/Generic" defaultResponseMode="ExecuteURL"></httpErrors>

现在这是我的问题
我花了一整天的时间来 try catch 此错误:提交超过1024个字节的文件时, “超出最大请求长度”

在ASP错误和IIS错误之间,有时甚至在IE拦截之间,我越来越疯狂
我不明白为什么这么复杂。
我已经尝试过这些解决方案,但没有一个对我有用
solution 1
Solution 2

感谢您的帮助

最佳答案

将maxRequestLength设置为1024时,这意味着1024千字节,而不是1024字节。也许这就是为什么不引发异常的原因。

关于asp.net-mvc-3 - MVC3 :Maximum request length exceeded,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5666470/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com