Launching Web APIs

PowerServer Web APIs must be started before running the application, as the installable cloud app depends on them for essential backend services such as authentication, data access, and business logic execution.

How the Web APIs are started depends on the deployment environment.

When deploying to a local built-in Kestrel server, the Web APIs are automatically started by the development environment when the application is run from the IDE.


When deploying to the IIS server, the Web APIs are automatically started by IIS when the application is accessed.

When deploying to the other production environment, please ensure that the Web APIs are manually started or properly configured to auto-start as part of the environment setup.