I am trying to deploy a web api I created with SnapDevelop from a development server to a production server and am getting the attached error when calling the api. The api uses aspnetcore v2.1.1 (via nuget) and I had the client install that on production web server using this link:
https://dotnet.microsoft.com/download/dotnet-core/2.1
The api works fine on the dev server. What are the requirements for installing and configuring a SnapDevelop api on a remote web server? To date, I just had the client do a file copy -- i.e. copy the files for the api in c:\inetpub\wwwroot from dev to prod, create an application pool, adjust bindings, etc, etc. What steps am I missing? Do I need to install anything else besides .netcore? The prod web server does not have any PB-related runtimes installed.
Thanks, Tom