为什么 maxRequestLength 设置在 MVC 3 中无效?

发布于 2024-12-19 16:35:28 字数 200 浏览 1 评论 0原文

在web.config中,我将maxRequestLength设置为102400。当我上传65M文件时,它会将我重定向到404错误页面,但在asp.net中这是正常的。这是当前设置:

 <httpRuntime requestValidationMode="2.0" maxRequestLength="102400"/>

In the web.config, I've set maxRequestLength to 102400. When I upload a 65M file, it redirects me to a 404 error page, but it is normal in asp.net. This is the current setting:

 <httpRuntime requestValidationMode="2.0" maxRequestLength="102400"/>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

°如果伤别离去 2024-12-26 16:35:28

如果您尝试上传一个小文件,它可以工作吗?我认为这种错误与 maxRequestLength 无关。验证您的上传操作,或在此处为我们写信。

If you try to upload a small file, its work? I think this kind of error isn't related with maxRequestLength. Verify your Upload Action, or write here for us.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文