Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Config Supervisor for ASP.NET Core Web APP on Linux

$
0
0

the Doc "Publish to a Linux Production Environment" on this address https://docs.asp.net/en/latest/publishing/linuxproduction.html seems out of date for the Supervisor configuration, can anyone please help to figure out how to config the Supervisor for the the asp.net core web app, because currently I always got lots of errors when I start the supervisor:

/home/lengyanzhou168/project.json(7,41): error NU1001: The dependency Microsoft.AspNetCore.Antiforgery >= 1.0.0 could not be resolved.
/home/lengyanzhou168/project.json(7,41): error NU1001: The dependency Microsoft.AspNetCore.Authorization >= 1.0.0 could not be resolved.
/home/lengyanzhou168/project.json(7,41): error NU1001: The dependency Microsoft.AspNetCore.Cors >= 1.0.0 could not be resolved.
/home/lengyanzhou168/project.json(7,41): error NU1001: The dependency Microsoft.AspNetCore.Cryptography.Internal >= 1.0.0 could not be resolved.
/home/lengyanzhou168/project.json(7,41): error NU1001: The dependency Microsoft.AspNetCore.DataProtection >= 1.0.0 could not be resolved.
/home/lengyanzhou168/project.json(7,41): error NU1001: The dependency Microsoft.AspNetCore.DataProtection.Abstractions >= 1.0.0 could not be resolved.
/home/lengyanzhou168/project.json(7,41): error NU1001: The dependency Microsoft.AspNetCore.Diagnostics.Abstractions >= 1.0.0 could not be resolved.

If I directly run this web app by "dotnet run" command, it works well, only have issues when launching this web app from Supervisor.

any suggestions will be appreciated!


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>