HTTP错误502.5-进程失败

时间:2018-08-04 10:51:11

标签: c# iis model-view-controller deployment

   Application 'MACHINE/WEBROOT/APPHOST/SENSURITY' with physical root 
  'C:\ProgramData\Sensurity Universe Web\Website\' failed to start process 
   with commandline 'dotnet C:\ProgramData\Sensurity Universe 
   Web\Website\Universe.Web.dll', ErrorCode = '0x80004005 : 1.

此问题的常见原因:

The application process failed to start
The application process started but then stopped
The application process started but failed to listen on the configured port 

故障排除步骤:

Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect 

我有要发布的该应用程序和与框架相关的应用程序,并设置了安装程序以安装本地iis应用程序。我不断收到这些错误,不确定要去哪里。

我查看了应用程序事件日志,但无济于事。

从powershell dotnet Universe.Web.dll运行Web dll会出现此错误

Error:
An assembly specified in the application dependencies manifest 
(Universe.Web.deps.json) was not found:
package: 'Microsoft.Win32.Registry', version: '4.5.0-preview2-26406-04'
path: 'runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll'

0 个答案:

没有答案