I don't get to use IIS7 on Windows Web Server 2008 that often. I just built a staging server for my website and this error came up.
All you need to do is add this to the web.config.
<system.webServer> <validation validateIntegratedModeConfiguration="false"/> </system.webServer>
I hope this helps you as it did me.