locked
How to solve the 503 error RRS feed

  • Question

  • User-654285747 posted

    I have a .net core application and when I publish it to the iis default site, I get HTTP error 503. When I was troubleshooting, I found that the IIS application pool was stopped, and get the following error.


    The identity of application pool DefaultAppPool is invalid. The user name or password that is specified for the identity may be incorrect, or the user may not have batch logon rights. If the identity is not corrected, the application pool will be disabled when the application pool receives it first request.

    Tuesday, May 25, 2021 6:13 PM

Answers

  • User1065476709 posted

    Hi Asder,

    The identity of application pool DefaultAppPool is invalid. The user name or password that is specified for the identity may be incorrect, or the user may not have batch logon rights. If the identity is not corrected, the application pool will be disabled when the application pool receives it first request.

    The 503 error was occurring because the Application pool failed to start. to resolve the issue try to follow the below steps:

    Go to the IIS Manager-> Application Pool -> Advanced Settings -> Process Model ->  Identity -> NetworkService.

    Best regards,

    Sam

    • Marked as answer by An0nym0u5User Friday, September 17, 2021 12:00 AM
    Wednesday, May 26, 2021 2:31 AM