Running two projects at once in Visual Studio

Tim Cooper picture Tim Cooper · Oct 3, 2010 · Viewed 127.1k times · Source

I created a solution in Visual C# 2010 Express that contains two projects: one is the client, the other is the server. I would like to debug both at the same time, but I can only seem to run one of the projects during debugging.

Is there a way to run both at once?

Answer

Max picture Max · Oct 3, 2010

Go to Solution properties → Common PropertiesStartup Project and select Multiple startup projects.

Solution properties dialog