The PowerServer C# solution will be generated when the PowerServer project is built and deployed.
Step 1: Launch the PowerServer C# solution in SnapDevelop and then publish the Web APIs to a folder.
Step 2: Copy the published files to the .NET server; and then double click the ServerAPIs.exe file (one of the published files) to directly start the Web APIs using the built-in Kestrel server.
You can also deploy the Web APIs to a hosting environment, for example, publish to a folder on the hosting server (like Docker), or publish to a process manager such as IIS etc., as described in the following tutorials.