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.

Clean up WordPress post revisions

Every time you write or edit a WordPress post, WordPress saves the change as a post revision. As you might expect, this fills up your database with a huge amount of unneeded post revisions and information. This uses space which should be free space, the MySQL database becomes bloated. You can clean up these WordPress post revisions quite easily