我想在IIS上托管我的网络应用程序。但我总是得到一个错误。 HTTP 500.19 - 内部服务器错误 代码:0x8007000d 它说配置文件不好(在我的情况下是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=".\ServerApplication.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
</system.webServer>
</configuration>
<!--ProjectGuid: b5218e98-989b-4275-96f0-53c91a5f235a-->
答案 0 :(得分:0)
这是一个ASP.NET核心应用程序,所以安装.NET Core后,Windows Server Hosting一切正常