How can I run web and api projects together in visual studio
You can run both the web and API projects together in Visual Studio by configuring multiple startup projects. Here’s how: Right-click on the solution in the Solution Explorer and select “Properties”. In the “Common Properties” section, select “Startup Project”. In the “Startup Project” options, select “Multiple startup projects”. Select the web project and API project…
Read More “How can I run web and api projects together in visual studio” »