I have a working back-end ASP.Net Web API project in my solution. And a React Front-end App in a project created with ASP.NET Web Application template, under the same solution. I want to deploy my solution.
How can I do that full-stack App working on IIS?

