为什么 maxRequestLength 设置在 MVC 3 中无效?
在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您尝试上传一个小文件,它可以工作吗?我认为这种错误与 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.