Failed to call LoadLibraryEx on ISAPI filter error in IIS website

This happens if ASP.NET 1.1 is installed and then uninstalled for some reason.

To fix, open IIS Manager, go to the website, under ISAPI filters, remove the aspnet_filter handler. After that, the error should go away.