-1

I tried to host the Angular 5 application to the IIS follow the guide line angular to iis. However, look like it only works on the port 80. Is there any way to host angular 5 to the IIS under the port 86 or any other ports.

Da Do
  • 1
  • 2

1 Answers1

0

check your environment.ts, maybe there is a URL configuration there .. you can change that URL. variable to some thing like mysite:86?

Gani Lastra
  • 245
  • 1
  • 14