Browse Source

increase max query length for iis

pull/8/merge v1.4.1
Kyle Spearrin 9 years ago
parent
commit
c6e569ea6d
  1. 5
      src/Api/web.config

5
src/Api/web.config

@ -5,5 +5,10 @@ @@ -5,5 +5,10 @@
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified"/>
</handlers>
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" forwardWindowsAuthToken="false"/>
<security>
<requestFiltering>
<requestLimits maxQueryString="5120"/>
</requestFiltering>
</security>
</system.webServer>
</configuration>

Loading…
Cancel
Save