here's my current issue:
I have the following structure:
Solution1
_Folder1
_Folder2
_CSProj1
_CSProj2
**_WebSite**
Solution2
_Folder
_APIProj
I've developed a simple API project and wish to integrate it in a asp.net solution (Solution1). I've been able to import the "apiproj" from "Solution2" and it works as desired, however the issue is that it is not the startup project, as the Website one is the main project and should be the the starup one. However, the website needs the apiproj to run at the same time.
Any ideas on how to solve this issue preferably without using the "multiple startup projects"
some guidance and/or tips would be greatly appreciated.
Best Regards