Subject: [Redirect method] maxQueryStringLength error
Date: 2015-06-08 15:34:22
From: V L
Source: redirect-method-maxquerystringlength-error
----------------------------------------------------------------------

Hi,

I get this error when I try to use Redirect method :

The length of the query string for this request exceeds the configured maxQueryStringLength value.

I add these lines in both of the web.config files but I still get the error :

  <system.webServer>
    <security>
      <requestFiltering>
        <requestLimits maxQueryString="2147483647" maxUrl="2147483647"/>
      </requestFiltering>
    </security>
  </system.webServer>
 
What can I do?
 
---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index