Why I get 'Failed to load resource: the server responded with a status of 503 (Service Unavailable)'?

Ionut Dragomir 26 Reputation points
2022-02-15T08:30:15.907+00:00

I have a problem with a server-client project. The server is a ASP MVC project, and the client is an Angular project. When I deploy my server project through IIS and browse it using external IP, I get this:
174308-image.png

If I browse it using localhost, it works fine. How could I solve my problem?
I'm using Windows 10 Pro. IIS version: 10.0.19041.1

Internet Information Services
{count} votes

1 answer

Sort by: Most helpful
  1. Reza-Ameri 16,996 Reputation points
    2022-02-15T16:12:23.03+00:00

    It might be due to application crash and the best way to start investigating this issue is to look into the Event Viewer for the affected server and investigate log files.
    Open the IIS and look into the Application Pool associated with the website and make sure it is on and started.

    0 comments No comments

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.