Wednesday, 31 October 2012

How to handle large size Query string on server C#


How to handle large size Query string on server C#

Put this code in Web.config file


<configuration>
 <system.web>
  <httpRuntime maxQueryStringLength="10000" />
 <system.web>

<configuration>


No comments:

Post a Comment

Thank you for your interest .