Visual Studio starting the wrong project
c#, visual-studio-2010
Solution
If your projects are web applications, try assigning different Ports to Project Urls. It can be done in Project / Properties / Web / Project URL. My Visual Studio often runs the wrong project if they have the same url.
Problem
I have a solution with 5 projects. When I set a project to be the startup-project and hit the debug button, one of the other prjects is started. Is that a bug? Or am I missing something here?