ASP.NET > ASP.NET Core > HTTP 오류 500.19 0x8007000d

HTTP 오류 500.19 - Internal Server Error



확실히 ASP.NET Core 환경을 설치했을 것입니다만, 500.19 에러가 나온다. . .
라는 때의 대처 메모입니다.

다음과 같은 오류가 발생했습니다.
HTTP 오류 500.19 - Internal Server Error
페이지와 관련된 구성 데이터가 유효하지 않으므로 요청한 페이지에 액세스할 수 없습니다.



web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>
        <handlers>
          <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
        </handlers>
        <aspNetCore processPath="dotnet" arguments=".\MarketingMetric.Web.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
    </system.webServer>
</configuration>

오류 500.19 내부 ​​서버 오류 on IIS- Stack Overflow

ASP.NET Core Module | Microsoft Docs

aspnet/AspNetCoreModule: ASP.NET Core Module for IIS and IIS Express

Windows Server Hosting bundle.



ANCM is included in the .NET Core Windows Server Hosting bundle.
htps : // 아카. ms / t t t 이것 - 2-wundo w 쇼 s chin g



IIS 핸들러 맵> 모듈 맵 추가 화면을 표시합니다.
모듈 목록에 AspNetCoreModule이 추가되었습니다.


이것으로 잘 움직이면 OK
오류가 발생하면 아래로

ASP.NET > ASP.NET Core > HTTP Error 502.5 - Process Failure - Qiita

좋은 웹페이지 즐겨찾기