Hi,
We have recently downloaded the ASP.NET Zero source (ASP.NET CORE & Angular) as separate solutions.
We can run the Api (Web.Host) without issue via our IDE (Visual Studio) but when we follow the steps to publish to IIS (https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Deployment-Angular-Publish-IIS) we are getting a HTTP Error 404 when we browse to the Api URL (e.g. http://localhost:[port]).
We can manually amend the Api URL (e.g. http://localhost:[port]/swagger/index.html) and see the Api endpoints but we are not prompted to login/authenticate.
Do you have any suggestions on what we are missing/doing wrong? Let us know if you need any screenshots, etc.
Thanks in advance.
Laurie