HTTP Error 502.5 - Process Failure

0
   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.

Common causes of this issue:

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 

Troubleshooting steps:

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

I have this application to publish and framework-dependent and have setup an installer to install a local iis application. I keep getting these errors and not sure where to go.

I have looked at the application event log, but to no avail.

running the web dll from powershell dotnet Universe.Web.dll give this error

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'
c#
iis
model-view-controller
deployment
asked on Stack Overflow Aug 4, 2018 by Stephen Mooney • edited Aug 4, 2018 by Stephen Mooney

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0