網上能找的方式都試過了沒什么作用
HTTP 錯誤 500.19 - Internal Server Error
無法訪問請求的頁面,因為該頁的相關配置資料無效。
詳細錯誤資訊:
模塊 IIS Web Core通知 未知處理程式 尚未確定錯誤代碼 0x8007000d配置錯誤 組態檔 \\?\E:\RXManage\Admin\web.config請求的 URL http://10.8.16.70:81/物理路徑 登錄方法 尚未確定登錄用戶 尚未確定
配置源:
-1:
0:
下面是config檔案
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<location path="." inheritInChildApplications="false">
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\YiSha.Admin.Web.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
</system.webServer>
</location>
</configuration>
<!--ProjectGuid: 06F9BBCA-932B-4AB1-940C-E604AC82FA0F-->
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/249652.html
標籤:其他語言
上一篇:textbox顯示問題
