When debugging ASP.NET projects using the Windows 7 IIS7.5 Web Server for RTM for Visual Studio 2010, IIS6 Metabase and IIS6 configuration compatibility components are required.
However, Visual Studio 2010 SP1 fixes this dependency, and VS2010 now works with IIS7.5 without the need for IIS6 bits.
I also proved this by selecting a test project in Visual Studio 2003 and then copying to two different IIS7.5 machines configured as:
- PC1: VS2010 RTM, IIS6 compatible
- PC2: VS2010 SP1, no IIS6 compatibility
source share