Web API publishing method

To ensure the Web API execution performance, it is strongly recommended that you publish the Web APIs to IIS, Docker, or Kestrel. The performance would be much affected if you just use the Compile & Run Web APIs option (that is, running the Web APIs from the SnapDevelop IDE). See the following tutorials for step-by-step instructions on how to publish the Web APIs.