Publish Angular and ASP.Net Core(preview) Project

N.Kavin 20 Reputation points
2023-07-07T11:54:41.8133333+00:00

How to publish Angular and ASP.Net Core(Preview) Project in IIS.

Developer technologies | ASP.NET | ASP.NET Core
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-07-07T18:04:29.81+00:00

    follow the directions:

    https://learn.microsoft.com/en-us/visualstudio/javascript/tutorial-asp-net-core-with-angular?view=vs-2022

    if the core project is setup correctly, when the build for publish is done, the angular static site will be built and copied to the wwwroot folder in the publish bin.

    do a publish to folder or check the IIS folder that this step happened.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.