Step 1: Copy the PowerServer C# solution from the development PC (C:\Users\appeon\source\repos in this tutorial) to the .NET server.
Step 2: Double click PowerServer_[appname].sln to launch the solution in SnapDevelop. Log in to SnapDevelop if required.
The PowerServer C# solution will connect to the NuGet site to download and install the required packages from the NuGet site.
Step 3: Click Run from the SnapDevelop toolbar to start the Web APIs (using the built-in Kestrel server) immediately.
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.