Visual Studio Tip #24 - How to Run Multiple Projects at Once

preview_player
Показать описание
A quick tip on how to run multiple projects in Visual Studio at once. Turns out that it's quite simple and doesn't require multiple instances of Visual Studio. And you can also have all of those projects run in debug mode if necessary.

In case of a single project, you would normally right click on a project and use the Set as Startup Project option in order to change which project will get run upon clicking the Start button. If you wish to run multiple projects simultaneously, you'll need to go to the Properties section of your solution and configure things from there instead.

🐦Twitter:

⚙️ My setup (affiliate links) ⚙️
Рекомендации по теме
Комментарии
Автор

How can I publish multiple projects on IIS, Do we need publish it separate?

entaneerxi
Автор

Hi, i tried these but both of my project not picking up my dev config files... both listenting to default port 5000 . Can you suggest how to make these projects to use development settings

digital.thoorigai