IIS Length of URL for request exceeds maxUrlLength value

"The length of the URL for this request exceeds the configured maxUrlLength value"

Learn how to increase IIS' max URL length value to resolve the IIS and ASP.NET error message "The length of the URL for this request exceeds the configured maxUrlLength value". The Windows Server IIS maximum URL length is defined by the HttpRuntimeSection.MaxUrlLength property. Its value is 260 characters. This may cause problems with longer than configured maxUrlLength URL’s.