HTTP Error 502.5 - Process Failure while publishing ASP.Net Core 2.1
-
I am trying to deploy my aspnet core application in IIS, and followed the guidelines provided in this [URL]as well as in this[Host ASP.NET Core on Windows with IIS]. When I checked the Eventviewer in the Prod Server, I am getting the error message in Application logs as "
Quote:
Application 'MACHINE/WEBROOT/APPHOST/TestAppCore20' with physical root 'E:\TestAppCore20\' failed to start process with commandline '%LAUNCHER_PATH% .\TestAppCore20.dll', ErrorCode = '0x80070002' : 0.
. While googling for the above resolution, I foundout one solution [here], but again the same status. Please anybody can have a look and help please? My web.config is as follows:
-
I am trying to deploy my aspnet core application in IIS, and followed the guidelines provided in this [URL]as well as in this[Host ASP.NET Core on Windows with IIS]. When I checked the Eventviewer in the Prod Server, I am getting the error message in Application logs as "
Quote:
Application 'MACHINE/WEBROOT/APPHOST/TestAppCore20' with physical root 'E:\TestAppCore20\' failed to start process with commandline '%LAUNCHER_PATH% .\TestAppCore20.dll', ErrorCode = '0x80070002' : 0.
. While googling for the above resolution, I foundout one solution [here], but again the same status. Please anybody can have a look and help please? My web.config is as follows: