IIS 字符串过长

Posted 明净

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IIS 字符串过长相关的知识,希望对你有一定的参考价值。

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="3000000000" maxQueryString="2147483647" />
</requestFiltering>
</security>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath=".jnxztsg.exe" stdoutLogEnabled="false" stdoutLogFile=".logsstdout" hostingModel="InProcess">
<environmentVariables>
<environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
</environmentVariables>

</aspNetCore>
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 1b73026b-936d-4f5d-821a-1c8d835fd652-->

以上是关于IIS 字符串过长的主要内容,如果未能解决你的问题,请参考以下文章

解决请求筛选模块被配置为拒绝包含的查询字符串过长的请求

IIS中请求URL过长出现被拦截

IIS配置应用时,请求Header或Cookie过长

Asp.Net Post传的字符串太长,导致收到的时候被截断!

IDEA编译时报常量字符串过长

IDEA中编译报错:常量字符串过长