I have a solution in Visual Studio 2010 with multiple WCF service projects, which I would like to run under IIS Express as a single site with a subfolder containing each WCF project:
Web site
/WCF-project1
/WCF-project2
/WCF-project3
I reckon I need to configure each project (Project->Properties->Web->Servers) in Visual Studio 2010 as well as the IIS Express configuration (applicationhost.config) ... any ideas?