You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
I know how to deploy an Angular CLI application on IIS (using ng build), and I know how to deploy an ASP.NET Core application on IIS (using dotnet publish), but I need help with doing the same thing for an Angular CLI application with a ASP.NET Core application.
This would be for an application that was created using "dotnet new angular". How do I deploy the two separate components of the application (Angular CLI and ASP.NET Core) in IIS, and how do I have the deployed Angular CLI talk to the deployed ASP.NET Core?