. NET core appears with HTTP Error 502.5-process Failure

Source: Internet
Author: User

This is usually caused by a non-uniform error in the local. NET Core SDK version.

Solution Ideas

First of all you have to find your IIS error log, get 错误代码 ErrorCode = '0x80004005 : 8000808c. This is the case, it can be solved by the way I say.

First Kind

By directly modifying the file for Web. config.

<aspnetcore processpath= "dotnet" arguments= ". \ltm. School.dll "stdoutlogenabled=" false "stdoutlogfile=". \logs\stdout "/>

will  processpath= "dotnet" is changed to the. NET CORE SDK path that you installed, usually by default under the "C:\Program Files\dotnet\dotnet.exe" path, which can be resolved by replacing it.

This is generally a conventional plus temporary solution, unstable.

The second Kind

download the corresponding version of the SDK address: https://www.microsoft.com/net/download/archives

Find the corresponding large version, then there is the specific version information.

However, there is a problem, if you have installed a high version of the SDK, is unable to install the lower version of the SDK, it is not recommended this method.

. NET core appears with HTTP Error 502.5-process Failure

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.