Asp.Net Core 發佈異常 502.5 [The Application process failed to Start]

 

 

出現這個問題大部分時間都是由於發佈時,少打包了一些文件.. spa

只打包了.Net Core的運行時庫,沒有打包Asp.Net Core 運行時.. code

須要在打包指導文件中加入如下節點blog

<PropertyGroup>
 <PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest> 
</PropertyGroup>

打包指導文件的位置在get

將內容加入到文件, 放在最後便可..以下圖..it

從新打包..發佈.. class

相關文章
相關標籤/搜索