ASP.NET > ASP.NET Core > HTTP 오류 500.19 0x8007000d
3251 단어 아 SP. 네 TASP.NET_Core
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
Reference
이 문제에 관하여(ASP.NET > ASP.NET Core > HTTP 오류 500.19 0x8007000d), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sugasaki/items/02927c18497c0d2379fa텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)