使用Apache的Debian上的dotnet核心应用程序在目录中显示文件,而不是应用程序页面

时间:2018-11-19 20:11:34

标签: .net-core debian asp.net-core-mvc apache2 asp.net-core-2.0

正如我在标题中所述,我将项目部署到debian。 apache工作正常,但对于dotnet核心项目,它在目录中显示文件索引。感觉像是dotnet核心无法正常工作。

我还设置了一个红est服务,这也很好。

    <PropertyGroup>
        <TargetFramework>netcoreapp2.0</TargetFramework>
        <RuntimeIdentifiers>
          debian-x64;debian.8-x64;debian.9-x64
        </RuntimeIdentifiers>
      </PropertyGroup>

此行以.csproj确定。

如果你们建议更多配置,我已经准备好提供建议。

0 个答案:

没有答案