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.
Bruce Ng's software development blog
An archive of solutions of programming problems I have faced in my career
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.