Raja

Raja

  • 544
  • 2k
  • 345.1k

How to pass length value in query string?

Feb 14 2017 7:24 AM
 i get this error when i pass a value in querystring .i tried below code but the same error exists.How to fix this error
 
<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxQueryString="3000" maxUrl="1000" /> /* Change the Url limit here */
</requestFiltering>
</security>
</system.webServer>
</configuration> 
 
 
 
 
 
 

Answers (5)