Prevent iisexpress from running the websites in a solution when the startup app is a console app
There's easy way to do this: in web project's properties F4 (NOT right click-> properties) set "always start when debugging" to false
In the Property Pages-> Start Options: Set Start Action = "Don't open a page..."; Set Server -> Use custom server and leave Base URL blank.