Solution for Query String Too Long Error I How to Solve query string is too long error in c#

Опубликовано: 16 Октябрь 2024
на канале: RCTECHLIFE
1,744
18

These errors are due to long query string. By default the maximum query string length(maxQueryString) accepted by IIS is 2048. IIS throws this error for any query string in the URL exceeding this limit. It’s always a good practice to avoid long query strings in a ASP.NET websites.

Solution for Query String Too Long Error I How to Solve query string is too long error in c#
#querystringistoolong #solutionforstringtoolongerror #maxQueryStringinc# #maxQueryStringLength #maxUrlLengthinc#

Simple steps to solve query string too long error

Go to Web.config and add the lines which i'll mention in my first comment