ionos hosting for .net 5 code example
Example: how to configure asp.net core on ionon 1&1 hosting
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
</PropertyGroup>bash