I've just had the same situation with my customer. We have our own product which installs a web site. The installer configures everything: the IIS pool, the site, web.config, etc.
Customer asked us to help because they've got exactly the same error. What we did? We installed another web site using our installer. We entered the same parameters, so web.configs happened to be the same in both sites.
However, the newly installed site worked fine, while the old one didn't. Then I opened 2 IIS Manager windows and started comparing the difference in web site settings. And I found a problem.
Somebody (I don't know who) has deleted all the Handler Mappings with the old site. If you go to "Handler mappings", you should see there aspx, asmx and other extensions and names of the handlers. So, in the old site all those records were missing.
So, I would suggest first to check the "Handler mappings" - there must be a lot of records there. Create a new web site and compare to know how many should there be.
Regards,
Ihor.
P.S.
Who deleted them - a person or another progam - I have no idea. If somebody can tell if there exists some tracking application which would tell that user domain\john was modifing web site at date "07.03.2012 12:34" - I would be very grateful. Personally I don't know such an application.