❔ How to publish multiple projects under one solution?
I created ASP.Net Core API project, 4 library projects and a few unit test projects - all under one Solution. I use Visual Studio 2019. What I want to achieve is to publish all of them as one project and then host on IIS. I have read some articles on the web regarding that issue but there are various approaches. I would like to know what are best practices/ your practical experience in that field. How can I do this the easiest way?
And second question: I will be hosting the project on Windows Server 2012 R2. Should I configure IIS somehow to support such deployment?
And second question: I will be hosting the project on Windows Server 2012 R2. Should I configure IIS somehow to support such deployment?