Khắc phục lỗi deploy Asp.Net Core trên hosting

Code:
Lỗi build
<PropertyGroup>
    <TargetFramework>netcoreapp2.2</TargetFramework>
    <RuntimeFrameworkName>Microsoft.AspNetCore.App</RuntimeFrameworkName>
  </PropertyGroup>
 Lỗi connect:
Set the parameter Trusted_Connection=False
Post a Comment