I am trying to deploy my ASP.NET 5 WebApi to a remote server (Windows server 2008 R2) and am having trouble getting it to run correctly with IIS.
project.json
<Make sure you have all the dependencies installed on target server. Run dnu list
in cmd to see all the project dependencies.
If some of them are not installed (they will appear red) run dnu restore
to restore all packages.
You can also make sure that your project builds successfully by running dnu build
Hope it helps..