Possible Duplicate:
Debugging One Website In A Solution Of Four
Our solution has around 12 projects. This includes 4 websites.
- Main website (set as the startup project)
- Offline site
- A widget site
- An API site.
Why is it that when we hit F5 to start debugging, all the MVC sites start up in IIS express?
Is there a way to say "only start the startup project" or "the defined" project?
BTW, this is our Configuration Properties :

