How to get access to the Angular client via WAN or LAN

122 Views Asked by At

I'm trying to create a Angular web application hosted on my cpu. I can deploy it on my IIS and it works fine. This Application is separated in two, one client (Angular) and one API server (connected to SQL). The client is on port 80 and the server on port 8080. I can reach the API through WAN and LAN but when I try to reach the Angular client I get Failed to load resource: /flavicon.ico:1 the server responded with a status of 404 (not Found). If I stop Angular client on the IIS and connect another project I have (A MVC monolite not made in Angular) it works. So frustrating. Is there anyone that can help me with this?

0

There are 0 best solutions below