Carlos Toledo
Carlos Toledo

Reputation: 2684

How can I run several projects on the same solution in Visual Studio

I have several projects in my solution (libraries, web apps, services,...) and I want to be able to run a service at the same time with my principal project. How can I do that?

Upvotes: 1

Views: 30

Answers (1)

Jonathan
Jonathan

Reputation: 1755

You can right click the solution and go into the properties to set the startup projects.

Here is the link to the official documentation https://msdn.microsoft.com/en-us/library/ms165413.aspx

Upvotes: 1

Related Questions