Skip to content

Commit de72a0d

Browse files
committed
adding maxQueryString to web.config
http://stackoverflow.com/a/11636484/4671250 Closes #8 Closes #9
1 parent 3d5bca6 commit de72a0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

web.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<!-- 'bin' directory has no special meaning in node.js and apps can be placed in it -->
4040
<security>
4141
<requestFiltering>
42+
<requestLimits maxQueryString="32768"/>
4243
<hiddenSegments>
4344
<remove segment="bin"/>
4445
</hiddenSegments>

0 commit comments

Comments
 (0)