You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2018. It is now read-only.
This is my first attempt at deploying ASP.NET Core on our server that's running a ASP.NET Web App on .NET Frameword 4.6.1. I created a new project in Visual Studio 2017 and published it using webdeploy. After browsing to the page I get the following error:
HTTP Error 502.5 - Process Failure
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
There's not much information in event viewer logs:
Application 'MACHINE/WEBROOT/APPHOST/mysite' with physical root 'C:\Inetpub\vhosts\cvclegal.com\mysite' failed to start process with commandline 'dotnet .\CVC.dll', ErrorCode = '0x80070002 : 0.
I have the new runtime installed for ASP.NET Core 2.0.5 and followed the instructions for hosting on IIS.
Here is my web.config that's generated after deployment: