0

Could anybody provide steps to deploy/publish ASP.NET Boilerplate Angular app to IIS?

I have found no documentation on https://aspnetboilerplate.com/Pages/Documents

I'm using Asp.Net Core Single Page Angular template.

0

1 Answer 1

4

ng build --prod

It will create a dist folder which could be deployed to IIS. (that is for Angular 6, for earlier versions of angular use parameter -prod)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.