asp.net - 410 gone error response from IIS -


i've come accross issue iis responding 410 status code when request query string exceeds 500 characters.

the application asp.net web app using classic managaged pipline.

i've tried increasing maxrequestlength, maxurllength, , maxquerystringlength max of 2097151 no avail.

i don't understand why server respond 410 status code.

any or insight appreciated.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -