简体   繁体   中英

Stopping ASP.NET CORE 1.0 WebApp on debian

I am actually trying to understand .NET Core 1.0 by creating a WebApp on my linux server and I can't start a WebApp using dotnet run which is pretty cool, but do you guys know how to start a WebApp? There is no dotnet stop or equivalent.

Microsoft reference page says that you must dotnet restore before start. That restores all dependencies of the application. You can find additional info here .

You should dotnet restore to restore dependencies. Then dotnet run . Normally, just press Ctrl + C to break it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM