gpt4 book ai didi

asp.net-mvc - 如何增加 asp.net MVC 3 配置中的 maxUrlLength 属性?

转载 作者:行者123 更新时间:2023-12-03 05:56:28 31 4
gpt4 key购买 nike

我收到此错误:

The length of the URL for this request exceeds the configured maxUrlLength value.

环顾四周,我能找到的最接近的东西是在 web.config 中,

<requestFiltering>
<requestLimits maxUrl="xxx">
</requestFiltering>

但这不是 MaxUrlLength,也不能解决问题。有什么解决办法吗?

最佳答案

根据 Ashok 的回答,这相当于:

<httpRuntime maxUrlLength="1024" relaxedUrlToFileSystemMapping="true"/>

<system.web>内web.config 部分。

关于asp.net-mvc - 如何增加 asp.net MVC 3 配置中的 maxUrlLength 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8245843/

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