7 Answer(s)
-
0
hi joynext
- What is your product version?
- Are you using Single solution(Merges AngularUI and Host projects into a single solution)?
-
0
Yes ASP.NET CORE & Angular (single solution).
In azure i've set up 2 servers. one for the host and one for the Angular UI. Looking for guidance on how we should configure.
-
1
@joynext, check your appsettings,json file in angular. I often see this when I'm using staging and testing slots, it's usually a config problem so could also be a connection string problem.
-
0
Thanks @bobingham
Checked the app settings is correcty points to the host URL.
-
0
hi @joynext
ASP.NET CORE & Angular (single solution). In azure i've set up 2 servers. one for the host and one for the Angular UI.
Since you have two servers for api and angular, why do you use a single solution?
-
0
Hi @maliming
We are using the RAD tools, we thought a single solution would allow us create the Angural UI as well. Given the current setup, what is your suggestion on how we can deploy the Angular Project to the server. the appsettings.json is being deployed under /src folder. Any help would be appreciated.
BTW The HOST and APIs were deployed succesffuly and we can view them via swagger URL.
-
0
Closing this ticket.
Moved the content of the /dist folder to /wwwroot
We also made the sure the URLs from the appsettings are correct.