1
How to configure the web.config to allow requests of any lengthへの回答がうまくいきます。サービスごとに任意の長さのリクエストを許可する
特定のサービスの制限を変更する方法はありますか?
例えば
<system.webServer>
<security>
<requestFiltering serviceName="MyService.asmx">//Only for 1 service
<requestLimits maxQueryString="32768"/>
</requestFiltering>
</security>
</system.webServer>