After PowerServer Web APIs is deployed to the IIS web site, the IIS process manager will automatically launch the Web APIs. (Make sure ASP.NET Core Hosting Bundle has been installed to IIS.)
Although you don't need to start the Web APIs manually, it is recommended that you verify the Web APIs can start and work correctly.
To verify that the Web APIs can start and work normally:
-
Access this URL in the Web browser: http://localhost:[port]/health-ui/.
-
Make sure the page is displayed (as shown below), indicating the Web APIs is started successfully.
If any error displays, refer to Troubleshooting Guide > Server for more information.
-
Make sure a green check icon () is displayed for "Checks on Connection Configuration", "Checks on Network Status", and "Checks on License Status".
If you see an exclamation mark icon (), you should expand to view details. For example, you may see the following information if there is a database connection problem. Follow the suggestions part to try to resolve the problem.