I am porting a VS2005 web site from Visual Studio 2005 IIS6 to Visual Studio 2008 (Beta 2) IIS7 on Vista and have encountered several issues.
I am doing this in several steps to ease the migration headaches.
Move the web application project web site from IIS6 (Windows Server 2003) to IIS7 (Vista Business).
Bring up the web solution in VS2008 to do the conversion.
Change each project in the solution to use Framework 3.0 (and verify functionality)
Change each project in the solution...